php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1680 configure assumes that MySQL libs and includes are in the same directory
Submitted: 1999-07-08 12:37 UTC Modified: 1999-07-08 12:55 UTC
From: webmaster at umbral dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.11 OS: Linux
Private report: No CVE-ID: None
 [1999-07-08 12:37 UTC] webmaster at umbral dot com
We have the MySQL includes in /usr/umbral/src/mysql/mysql-3.22.21/include/mysql, and the libraries in /usr/umbral/mysql/lib/mysql. After doing configure, we have to edit the Makefile and change references to /usr/umbral/src/mysql/mysql-3.22.21/lib/mysql.

It might be a good idea to add a --with-mysql-libs option.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-08 12:55 UTC] jim at cvs dot php dot net
You can use the CPPFLAGS and LDFLAGS environmental variables
to deal with such non-standard installations. Adding another
configure flag would just confuse people with normal installs.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC