php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2619 configure script doesn't look in the correct dirs to find mysql files
Submitted: 1999-10-27 10:54 UTC Modified: 2000-03-30 00:03 UTC
From: avi at br dot ibm dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.12 OS: Any
Private report: No CVE-ID: None
 [1999-10-27 10:54 UTC] avi at br dot ibm dot com
MySQL include files are being looked in the following directories:
/usr/include/mysql/
/usr/lib/mysql/
/usr/local/include/mysql/
/usr/local/lib/mysql/
/include/mysql/
/usr/lib/mysql/
$withval/include/mysql/
$withval/lib/mysql/

When you download a MySQL binary from www.mysql.com, the installation layout is:
$withval/include/
$withval/lib/

The current configure script cannot detect this layout.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-30 00:03 UTC] sas at cvs dot php dot net
Fixed in CVS. Thanks for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 16:01:32 2024 UTC