| Bug #37756 | make w/mysql fails (libphp5.bundle problem), possible Intel Mac/Xcode 2.3 error | ||||
|---|---|---|---|---|---|
| Submitted: | 8 Jun 2006 11:22pm UTC | Modified: | 15 Jun 2006 11:29pm UTC | ||
| From: | mauricio at pastrana dot co dot uk | Assigned to: | |||
| Status: | Bogus | Category: | Compile Failure | ||
| Version: | 5.1.4 | OS: | OS X 10.4.6 | ||
[8 Jun 2006 11:22pm UTC] mauricio at pastrana dot co dot uk
[9 Jun 2006 6:21am UTC] derick@php.net
It's a conflict between two libraries (libmysql and libcrypto) that PHP links against. Nothing we can do about that as it's not a problem with PHP.
[15 Jun 2006 11:29pm UTC] mauricio at pastrana dot co dot uk
Not sure if this is the proper path for this. But just in case someone lands here looking for answers: This is a MySQL bug and has been only commented in the code. The way to solve it (on my platform) is to install MySQL/PHP/Apache using an old version of MySQL and the libraries that come with it (I used 4.2), then once it's running you can upgrade to mysql 5.022 and it will run latest version. this has been documented here: http://www.macaddict.com/forums/topic/83340 here's the MySQL Bug entry: http://bugs.mysql.com/bug.php?id=19575 cheers, -mp
