Ik heb de search afgezocht maar ik kom er echt niet meer uit...
Ik wil dus graag php als DSO draaien onder apache.
Ik draai slackware
apache compile is als volgt:
./configure --prefix=/usr/local/apache --enable-module=rewrite --enable-shared=rewrite --enable-module=so
make
make install
daarna compile ik php:
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-calender --enable-ftp --with-gd
--enable-sockets --with-mysql=/usr/local/mysql --with-xml --enable-track-vars
make
make install
apache is versie 1.3
en php 4.04p1
Steeds krijg ik weer :
Cannot load /usr/local/apache/libexec/libphp4.so into server: cannot open shared object file: cannot load shared object file: No such file or directory
Terwijl het bestand er wel degelijk staat...
Wie kan mij helpen?
Doe ik soms een compile niet goed?
Alvast bedankt voor de hulp.
Ik wil dus graag php als DSO draaien onder apache.
Ik draai slackware
apache compile is als volgt:
./configure --prefix=/usr/local/apache --enable-module=rewrite --enable-shared=rewrite --enable-module=so
make
make install
daarna compile ik php:
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-calender --enable-ftp --with-gd
--enable-sockets --with-mysql=/usr/local/mysql --with-xml --enable-track-vars
make
make install
apache is versie 1.3
en php 4.04p1
Steeds krijg ik weer :
Cannot load /usr/local/apache/libexec/libphp4.so into server: cannot open shared object file: cannot load shared object file: No such file or directory
Terwijl het bestand er wel degelijk staat...
Wie kan mij helpen?
Doe ik soms een compile niet goed?
Alvast bedankt voor de hulp.
If it bleeds, it can be killed!