Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32011 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23466 invoked by uid 1010); 2 Sep 2007 19:17:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23450 invoked from network); 2 Sep 2007 19:17:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2007 19:17:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=buildsmart@daleenterprise.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=buildsmart@daleenterprise.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daleenterprise.com from 67.78.11.229 cause and error) X-PHP-List-Original-Sender: buildsmart@daleenterprise.com X-Host-Fingerprint: 67.78.11.229 daleenterprise.com Received: from [67.78.11.229] ([67.78.11.229:59886] helo=daleenterprise.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/A7-05636-B5C0BD64 for ; Sun, 02 Sep 2007 15:17:47 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id 0CBF722C706 for ; Sun, 2 Sep 2007 15:17:45 -0400 (EDT) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07864-02 for ; Sun, 2 Sep 2007 15:17:43 -0400 (EDT) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 7C42C22C6FC for ; Sun, 2 Sep 2007 15:17:33 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: PHP Developers Mailing List Date: Sun, 2 Sep 2007 15:17:32 -0400 X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) MTA-Interface: amavisd-new-2.3.3 (2005-08-22) + Maia Mailguard 1.1.0 at daleenterprise.com X-Spam-Scanned: using SpamAssassin 3.1.7 (2006-10-05) at daleenterprise.com X-Virus-Scanned: using ClamAV 0.88.6 (2006-11-05) at daleenterprise.com Subject: bug 42515 confirmed bogus (with proof). From: buildsmart@daleenterprise.com (BuildSmart) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This reported bug is bogus, the error is caused by faulty binaries provided by mysql.org/mysql.com. A lot of people are experiencing this issue and they believe it is a problem with the PHP source, I have confirmed that the PHP source is not the cause of the problem and provide as evidence the following binary linking information. c12.apple.com:~ root# otool -L /usr/local/mysql/lib/libmysqlclient. 15.dylib # use the actual full library path /usr/local/mysql/lib/libmysqlclient.15.dylib: /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib (compatibility version 16.0.0, current version 16.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.5) c12.apple.com:~ root# As you can see, the linking (runtime) path is encoded as "/usr/local/ mysql/lib/mysql" which will cause a failure during function tests because the path doesn't exist. As suggested as a temporary fix is to create a symbolic link (because it's the easiest solution) to resolve the issue it should actually be done using the install_name_tool app and correct the runtime paths in all of the libraries, this of course is outside of the PHP realm but is proof that the issue is not related to PHP. - -- Dale -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFG2wxM0hzWbkf0eKgRAu6FAKCmjcWZZbIA3Rb5IUdNY00pt/hl1QCfUlAG LR9y4ysLmwPIOGOJo9dFOCo= =P+Vl -----END PGP SIGNATURE-----