php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38033 mysql extension configure script failure
Submitted: 2006-07-07 13:46 UTC Modified: 2006-07-07 14:10 UTC
From: vbolshov at rbc dot ru Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5CVS-2006-07-07 (snap) OS: fedora core 5
Private report: No CVE-ID: None
 [2006-07-07 13:46 UTC] vbolshov at rbc dot ru
Description:
------------
Attempting to configure MySQL extension for php5.2-200607071230.

MySQL version: 5.0.22-max

Reproduce code:
---------------
# ./configure --with-mysql=/usr/local/mysql
...
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_errno in -lmysqlclient... no
configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.

I tried specifying --with-zlib-dir option:
# ./configure --with-mysql=/usr/local/mysql --with-zlib-dir
...
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
./configure: line 3710: cd: yes: No such file or directory
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.

Expected result:
----------------
successful compile

Actual result:
--------------
configure error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-07 14:10 UTC] tony2001@php.net
See bug #38034.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 23:01:30 2024 UTC