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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
3 + 36 = ?
Subscribe to this entry?

 
 [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: Mon May 20 18:01:36 2024 UTC