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
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: webmaster at umbral dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Dec 27 02:01:29 2024 UTC