Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62319 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1040 invoked from network); 20 Aug 2012 22:04:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2012 22:04:21 -0000 Authentication-Results: pb1.pair.com header.from=php@hristov.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php@hristov.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hristov.com from 91.196.127.1 cause and error) X-PHP-List-Original-Sender: php@hristov.com X-Host-Fingerprint: 91.196.127.1 smtp-out1.superhosting.bg Linux 2.6 Received: from [91.196.127.1] ([91.196.127.1:45580] helo=smtp-out1.superhosting.bg) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/81-28202-164B2305 for ; Mon, 20 Aug 2012 18:04:19 -0400 Received: from more.superhosting.bg ([91.196.124.214]) by smtp-out1.superhosting.bg with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1T3a4z-0001om-Dw for internals@lists.php.net; Tue, 21 Aug 2012 01:04:14 +0300 Received: from stgt-5f7012f1.pool.mediaways.net ([95.112.18.241]:50711 helo=[192.168.1.117]) by more.superhosting.bg with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1T3a4z-0024bP-45 for internals@lists.php.net; Tue, 21 Aug 2012 01:04:13 +0300 Message-ID: <5032B457.8060903@hristov.com> Date: Tue, 21 Aug 2012 00:04:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: internals@lists.php.net References: <5032B197.9080502@lsces.co.uk> In-Reply-To: <5032B197.9080502@lsces.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Score: 0.8 Subject: Re: [PHP-DEV] shared mysqlnd extension ... From: php@hristov.com (Andrey Hristov) On 08/20/2012 11:52 PM, Lester Caine wrote: > Having now got mysql running on the PHP5.4.3 machine, I'm trying to > compile mysqlnd and mysqli as extensions to load and unload as required. > > php_mysqlnd_config.h no longer exists, but why is the config file named > config9.m4 rather than config.m4? What do I need to get these two > extensions to build on Linux? My cuurent attempts based on google > results only results in "Warning: PHP Startup: Invalid library (maybe > not a PHP library) 'mysqlnd.so' in Unknown on line 0" after 'make' > File is called config9.m4, because this guarantees an order of run, if it was config.m4 no order is guaranteed during configure. It was Jani's idea. Andrey