php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34418 configure: error: mysql configure failed.
Submitted: 2005-09-08 06:00 UTC Modified: 2005-09-17 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: gkanoff at cablespeed dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.5 OS: OS X 10.4.2
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: gkanoff at cablespeed dot com
New email:
PHP Version: OS:

 

 [2005-09-08 06:00 UTC] gkanoff at cablespeed dot com
Description:
------------
OS X 10.4.2
Installed MySQL 4.1.14
GCC 3.3

checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed.

Works with MySQL 4.1.12
not with 4.1.13 or 4.1.14


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-08 07:32 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 [2005-09-09 01:59 UTC] gkanoff at cablespeed dot com
php 5.0.5 does not compilee with gcc 3.3 but with 4.0
 [2005-09-09 08:27 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


It compiles fine with both here.
 [2005-09-17 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2005-11-29 02:03 UTC] neilmsn at mac dot com
PHP 5.1.1 (same with 5.0.5) will not compile with MySQL 
5.0.16 64bit version, if you install the standard 32-bit 
version it compiles OK.

Error in the make:

checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... 
no
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check 
config.log for more information.
 [2005-11-29 02:22 UTC] neilmsn at mac dot com
I think I know the issue here, I need to be compling a 64-bit 
version of PHP... 

Sorry
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 04:01:32 2024 UTC