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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: avi at br dot ibm dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Fri Jul 03 10:00:01 2026 UTC