php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19630 "lib/mysql" in ./configure should be "libmysql" ?
Submitted: 2002-09-27 02:46 UTC Modified: 2002-09-27 07:02 UTC
From: stig dot henning at nameplanet dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.2.3 OS: Trustix 1.5
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: stig dot henning at nameplanet dot com
New email:
PHP Version: OS:

 

 [2002-09-27 02:46 UTC] stig dot henning at nameplanet dot com
Unpack php-4.2.3.tar.gz
cd php-4.2.3

./configure --with-mysql=../mysql-3.23.52 --with-apache=../apache_1.3.26 --enable-track-vars

Stops and tells me:
"cannot find mysqlclient library under $MYSQL_DIR" 

The script can find my "lib/mysql" ??

I Edit .configure file:

"for i in lib lib/mysql; do"

to 

for i in lib libmysql; do

I rerun the ./configure - and turns out ok.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-27 04:07 UTC] georg@php.net
Your path specified --with-mysql is not valid.

Either specify the correct path or use the embedded libmysql (you don't have to specify --with-mysql for).

Georg
 [2002-09-27 07:02 UTC] stig dot henning at nameplanet dot com
the ./configure script did run for a while.. 
..it did work for a while, and a lot were stated: OK
..after some minutes, the script stopped commenting the problem:
"Cannot find mysqlclient library under $MYSQL_DIR"
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 10:01:38 2025 UTC