ID: 19630 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: Trustix 1.5 PHP Version: 4.2.3 New Comment:
Your path specified --with-mysql is not valid. Either specify the correct path or use the embedded libmysql (you don't have to specify --with-mysql for). Georg Previous Comments: ------------------------------------------------------------------------ [2002-09-27 02:46:02] [EMAIL PROTECTED] Unpack php-4.2.3.tar.gz cd php-4.2.3 ./configure --with-mysql=../mysql-3.23.52 --with-apache=../apache_1.3.26 --enable-track-vars Stops and tells me: "cannot find mysqlclient library under $MYSQL_DIR" The script can find my "lib/mysql" ?? I Edit .configure file: "for i in lib lib/mysql; do" to for i in lib libmysql; do I rerun the ./configure - and turns out ok. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19630&edit=1