Ik heb eerst apache (1.3.14) geinstalleerd. Had ik al draaiend, maar met php4.0.3pl1 als statische module gecompileerd.
Ik wil nu php4.0.4 compileren als Dynamische module... het compileren (make) en installeren (make install) verloopt vlekkeloos...
Als ik vervolgens "apachectl configtest" uitvoer zie ik dit:
Syntax error on line 30 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libmysqlclient.so.6: cannot open shared object file: No such file or directory
Op regel 30 wordt de php4 module geladen...
Wat me niet duidelijk is, is waarom php4/apache de mysql module niet can vinden? Ik heb php4 geconfigureerd met --with-mysql=/usr/local/mysql, en daar is mysql dan ook geinstalleerd.
Moet ik nog ergens opgeven dat libmysqlclient.so.6 te vinden is in /usr/local/mysql/bin ?
Ik wil nu php4.0.4 compileren als Dynamische module... het compileren (make) en installeren (make install) verloopt vlekkeloos...
Als ik vervolgens "apachectl configtest" uitvoer zie ik dit:
Syntax error on line 30 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libmysqlclient.so.6: cannot open shared object file: No such file or directory
Op regel 30 wordt de php4 module geladen...
Wat me niet duidelijk is, is waarom php4/apache de mysql module niet can vinden? Ik heb php4 geconfigureerd met --with-mysql=/usr/local/mysql, en daar is mysql dan ook geinstalleerd.
Moet ik nog ergens opgeven dat libmysqlclient.so.6 te vinden is in /usr/local/mysql/bin ?