Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55311 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96264 invoked from network); 8 Sep 2011 17:25:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2011 17:25:59 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.196 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.196 relay4-d.mail.gandi.net Linux 2.6 Received: from [217.70.183.196] ([217.70.183.196:57016] helo=relay4-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/A2-06796-5AAF86E4 for ; Thu, 08 Sep 2011 13:25:57 -0400 X-Originating-IP: 217.70.178.138 Received: from mfilter9-d.gandi.net (mfilter9-d.gandi.net [217.70.178.138]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 516F9172076 for ; Thu, 8 Sep 2011 19:25:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter9-d.gandi.net Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter9-d.gandi.net (mfilter9-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id MTw2PlYs+BQu for ; Thu, 8 Sep 2011 19:25:53 +0200 (CEST) X-Originating-IP: 82.241.130.121 Received: from lovelock.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: remicollet@famillecollet.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPA id E43F117208F for ; Thu, 8 Sep 2011 19:25:52 +0200 (CEST) Message-ID: <4E68FAA0.8070008@fedoraproject.org> Date: Thu, 08 Sep 2011 19:25:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: PHP Internals References: <4E61EE07.8030402@lsces.co.uk> <1315053753.2311.15.camel@guybrush> <1315241561.2119.15.camel@guybrush> <4E68F471.9000308@fedoraproject.org> In-Reply-To: <4E68F471.9000308@fedoraproject.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] mysqlnd shared, test fails From: remi@fedoraproject.org (Remi Collet) Le 08/09/2011 18:59, Remi Collet a =C3=A9crit : > Test report : Just a little issue : With --enable-mysqlnd=3Dshared, the extension is not load during test, so, all test fail... 001+ PHP Warning: PHP Startup: Unable to load dynamic library '/home/rpmbuild/BUILD/php5.4-201109081430/build-apache/modules/pdo_mysql.= so' - /home/rpmbuild/BUILD/php5.4-201109081430/build-apache/modules/pdo_mysql.s= o: undefined symbol: mysqlnd_allocator in Unknown on line 0 ... Remi.