|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-03-16 03:19 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 20:00:02 2025 UTC |
# [...] ./configure --with-mysql=../mysql-3.22.19b --with-apache=../apache_1.3.4 --enable-track-vars make make install cd ../apache_1.3.4 ./configure --prefix=/www --activate-module=src/modules/php3/libphp3.a # results in... + adding selected modules o php3_module uses ConfigStart/End ld: cannot open -lmysqlclient: No such file or directory # I was able to correct for this by adjusting the # src/modules/php3/libphp3.module file and replace the # references to "../mysql-3.22.19b/lib" with # "mysql-3.22.19b/client/.libs". My guess is that # the new src dist of mysql changed the location of # the lib files.