php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34801 Cannot find libmysqlclient under /usr/local
Submitted: 2005-10-10 05:37 UTC Modified: 2005-10-10 07:45 UTC
From: craig at stellarnet dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.5 OS: Linux Fedora Core 3
Private report: No CVE-ID: None
 [2005-10-10 05:37 UTC] craig at stellarnet dot com
Description:
------------
MySQL-server-5.1.13-glib23.rpm;MySQL-client-5.1.13-glib23.rpm;
MySQL-devel-5.1.13.rpm

Can not get php-5.0.4 to locate the mysql shared libraries

I've tried --with-mysql=/usr/bin the base directory my installion of MySQL server is located.  

The php confiure error is:
configure: error: Cannot find libmysqlclient under /usr/local

This MySQL installation "doesn't" install at this location !

I've tried a symbolic link called libmysqlclient to my /usr/lib and one to /usr/lib/mysql which both have files with names like libmysqlclient.a/10/14 but this doen't correct this problem

I come to the conclusion that the php .configure is written incorrectly.

Reproduce code:
---------------
read previous statement

Expected result:
----------------
read 1st statement

Actual result:
--------------
read first statement

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-10 07:45 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Try using /usr as the path..and then read ./configure --help.
There is no bug here.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 13:01:31 2024 UTC