From:             xachen at mac dot com
Operating system: CentOS 4.4 - x86_64
PHP version:      5.2.0
PHP Bug Type:     Compile Failure
Bug description:  Configure scripts not detecting mysqlclient properly on 64bit

Description:
------------
When you go to ./configure your installation to work with MySQL and you
have the libraries installed under /usr/lib64, as well as the appropriate
ldconfig is provided and in place, PHP will still not detect it.

This is fixable by going ln -s /usr/lib64/mysql /usr/lib

Reproduce code:
---------------
./configure --enable-fastcgi --with-mysql


Expected result:
----------------
For MySQL to compile properly.

Actual result:
--------------
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
configure: error: Cannot find libmysqlclient under /usr.

-- 
Edit bug report at http://bugs.php.net/?id=39943&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39943&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39943&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39943&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39943&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39943&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39943&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39943&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39943&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39943&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39943&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39943&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39943&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39943&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39943&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39943&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39943&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39943&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39943&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39943&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39943&r=mysqlcfg

Reply via email to