apachetools geeft foutje

Pagina: 1
Acties:

  • ThaDude
  • Registratie: December 2000
  • Laatst online: 08:58

ThaDude

Hang Loose

Topicstarter
Ik dacht effe apache, mysql en php te updaten. NOT!

heb de nieuwste gedownt daar en kijrg het volgende bij het configureren van php

[+] -OpenSSL v0.9.6b detected and compiled into PHP
[+] LibCURL: Checking for an existing installation... [DONE]
[+] -cURL v7.9.1 compiled into PHP
[+] Setting up Alternative PHP Cache (APC)...
[+] APC already installed
[+] MING: Checking for an existing installation... [DONE]
[+] -MING v0.2a setup for use with PHP
[+] -Enabling System V shared memory support
[+] -gettext support compiled into PHP
[+] -MySQL detected and compiled into PHP 4.1.1
[+] -Postgres SQL detected and compiled into PHP 4.1.1
[+] -LDAP detected and compiled into PHP 4.1.1
[+] PHP: creating configuration script... [DONE]
-----------------------------------------------------------------------
Do you wish to edit the PHP configuration script? [y/n] n
[+] PHP: Configuring...[-] *****php-configure.log FAILED!******


Check in "/home/rob/programma/Apachetoolbox-1.5.50/logs/php-configure.log" for errors.

linux:/home/rob/programma/Apachetoolbox-1.5.50 # dir

ikke daar kijken staat er

checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
./configure: line 3401: syntax error near unexpected token `fi'
./configure: line 3401: `fi'


Iemand hier een oplossing voor?
Heb btw de nieuwste apachetools dies samen met php 4.1.1 onder suse 7.3

We're machines just like everything else in nature. (gasloos sinds 01-10-2020, WP: SW75YAA/ERSD-VM2D, DJG WPS 300, 18 hp CPC, 11,1 kWp


  • ThaDude
  • Registratie: December 2000
  • Laatst online: 08:58

ThaDude

Hang Loose

Topicstarter
Ik probeer nu al twee weken om SUSE 7.3 te upgraden naar apache 1.20.22 en php 4.1.1 onder suse maar krijg alleen maar dikke foutmeldingen of ze werken niet.

Heb apachetools gebruikt, dit ook zonder succes :'(

Hoe doen jullie dit nu dan eigenlijk? ben een redelijke nieuwbie maar ben bereid om te leren :P

Maar hier kan ik nie tegen, 2 weken met alleen maar shit...

Iemand die suse ook heeft draaien en mij kan helpen??
of iemand die het nog makkelijker kan doen?

bedankt

We're machines just like everything else in nature. (gasloos sinds 01-10-2020, WP: SW75YAA/ERSD-VM2D, DJG WPS 300, 18 hp CPC, 11,1 kWp


  • Logic
  • Registratie: Juni 2000
  • Laatst online: 17-08 19:40

Logic

SmartOS:Love at First Boot

stukje van Daan ooit lang geleden

1. gunzip apache_1.3.x.tar.gz
2. tar xvf apache_1.3.x.tar
3. gunzip php-x.x.x.tar.gz
4. tar xvf php-x.x.x.tar
5. cd apache_1.3.x
6. ./configure --prefix=/www
7. cd ../php-x.x.x
8. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
9. make
10. make install
11. cd ../apache_1.3.x
12. ./configure --activate-module=src/modules/php4/libphp4.a
13. make
14. make install

If it bleeds, it can be killed!