ID:               19630
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Trustix 1.5
 PHP Version:      4.2.3
 New Comment:

the ./configure script did run for a while.. 
..it did work for a while, and a lot were stated: OK
..after some minutes, the script stopped commenting the problem:
"Cannot find mysqlclient library under $MYSQL_DIR"


Previous Comments:
------------------------------------------------------------------------

[2002-09-27 04:07:06] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

Reply via email to