php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38034 pdo_mysql configure failure
Submitted: 2006-07-07 13:59 UTC Modified: 2006-07-08 10:06 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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vbolshov at rbc dot ru
New email:
PHP Version: OS:

 

 [2006-07-07 13:59 UTC] vbolshov at rbc dot ru
Description:
------------
Attempting to configure pdo_mysql extension for php5.2-200607071230.

MySQL version: 5.0.22-max

Reproduce code:
---------------
# ./configure --with-pdo-mysql=/usr/local/mysql
...
checking for MySQL support for PDO... yes, shared
checking for mysql_config... /usr/local/mysql/bin/mysql_config
checking for mysql_query in -lmysqlclient... no
configure: error: mysql_query missing!?

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:03 UTC] tony2001@php.net
Check your config.log for error messages.
Or put it somewhere in the net.
 [2006-07-08 09:49 UTC] vbolshov at rbc dot ru
It seems to me at the moment that this is not a PHP problem, but a problem with the MySQL binary distribution. Further comments will follow once I have access to the machine where the problem appeared - and I'll try to build MySQL from sources instead of installing binaries.
 [2006-07-08 10:06 UTC] tony2001@php.net
Not PHP problem -> bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 02:01:31 2024 UTC