php update niet ?

Pagina: 1
Acties:

  • VO-Zephyr
  • Registratie: Mei 2001
  • Laatst online: 28-03-2024
ik wilde me php 4.1.1 updaten naar 4.1.2 vanwege de security bug, maar t werkt niet helemaal vlekkeloos..
ik heb de tar gedowned, uitgepakt,

./configure --with-mysql=/usr/local/mysql --with-config-file-path=/www/conf --with-apache=../httpd --enable-track-vars

make

make install

geen errors gehad ofzow, httpd opnieuw opgestart, maar als ik phpinfo(); doen, blijft er 4.1.1 staan.. sla ik iets over ?

  • RvdH
  • Registratie: Juni 1999
  • Laatst online: 28-07 15:42

RvdH

Uitvinder van RickRAID

with-apache=../httpd
../httpd is de directory naar de apache source? En apache opnieuw gecompileerd?

  • VO-Zephyr
  • Registratie: Mei 2001
  • Laatst online: 28-03-2024
ja, die ../httpd gebruikte ik ook bij de 4.1.1 en dat werkte gewoon

apache is niet opnieuw compiled.. moet dat ook nog dan? die heeft verder geen andere files nodig toch

  • baggah
  • Registratie: December 2000
  • Laatst online: 06-08 22:47
apachectl stop
apachectl start of startssl
gedaan?

  • RvdH
  • Registratie: Juni 1999
  • Laatst online: 28-07 15:42

RvdH

Uitvinder van RickRAID

Op donderdag 28 februari 2002 14:42 schreef agressive het volgende:
ja, die ../httpd gebruikte ik ook bij de 4.1.1 en dat werkte gewoon

apache is niet opnieuw compiled.. moet dat ook nog dan? die heeft verder geen andere files nodig toch
Tuurlijk moet dat, je installeert PHP niet als module nml.

  • VO-Zephyr
  • Registratie: Mei 2001
  • Laatst online: 28-03-2024
php WAS al installed dus apache heeft al php ondersteuning.
hij draait nu ook gewoon met php alleen de verkeerde versie

baggah
httpd opnieuw opgestart
lees :?

  • VO-Zephyr
  • Registratie: Mei 2001
  • Laatst online: 28-03-2024
ik wil ff me apache opnieuw compilen dus..
krijg ik dit na me make;

make[1]: Entering directory `/usr/local/etc/apache_1.3.22'
make[2]: Entering directory `/usr/local/etc/apache_1.3.22/src'
===> src/os/unix
make[3]: *** No rule to make target `/include/ap_config.h', needed by `os.o'. Stop.
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/etc/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/etc/apache_1.3.22'
make: *** [build] Error 2

me configure = ./configure --prefix=/usr/local/etc/httpd --sysconfdir=/www/conf --activate-module=src/modules/php4/libphp4.a --enable-module=status --enable-module=rewrite --enable-module=status


iemand ?
Pagina: 1