From:             [EMAIL PROTECTED]
Operating system: Trustix 1.5
PHP version:      4.2.3
PHP Bug Type:     Scripting Engine problem
Bug description:  "lib/mysql" in ./configure should be "libmysql"  ?

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 bug report at http://bugs.php.net/?id=19630&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19630&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19630&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19630&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19630&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19630&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19630&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19630&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19630&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19630&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19630&r=globals

Reply via email to