From: priyadharshini dot rajesh at ge dot com Operating system: Soaris 10 PHP version: 5.2.6 PHP Bug Type: MySQL related Bug description: Not able to configure Php with MySQL.
Description: ------------ I want to install Php 5.2.5 on Solaris 10 with the support of MySQL. Once the php is ready I will be conencting it to the MySQL server present remotely. MySQL server is not installed locally. But I have the MySQL header files and the libmysqlclient files in a folder.(Not sure how it came). Now when I try the following Php configure command getting the following error: checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no configure: error: Cannot find libmysqlclient_r under /usr/local. Note that the MySQL client library is not bundled anymore! My Configure cmd is: ./configure --prefix=/apps/php/current --with-apxs2=/apps/apache/current/bin/apxs --with-config-file-path=/apps/php/current/ --with-mysql=/usr/local/include/mysql/ I searched for this bug but not able to get any concrete solution. So raised a bug report. If u have a relevant bug for this please let me know the number and I can check it. Expected result: ---------------- I expect to see the Php being configured with the MySQL support. I have never seen that ebfore so will not be able to provide you the actual configure lines I expect -- Edit bug report at http://bugs.php.net/?id=45112&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45112&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45112&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45112&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45112&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45112&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45112&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45112&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45112&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45112&r=support Expected behavior: http://bugs.php.net/fix.php?id=45112&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45112&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45112&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45112&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45112&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45112&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45112&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45112&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45112&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45112&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45112&r=mysqlcfg