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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC