Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99514 invoked from network); 20 Aug 2012 22:01:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2012 22:01:27 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:59290] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/31-28202-2B3B2305 for ; Mon, 20 Aug 2012 18:01:23 -0400 Received: by pbbrp8 with SMTP id rp8so7606470pbb.29 for ; Mon, 20 Aug 2012 15:01:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fcKsijGg5mOtZxefmGvYUFsimVstFFisy3YPFvo7dew=; b=T7ng6oXBFhv8o+XfmWtPVIdQ8kHcUfALXRyWEFJiZC4/eUuig/Auxwq77E8+1PRjCV QZ1APMxlgBWIk2xiWridqC5w6yrqr9UVX96Ww+PO7DxQH1rxqdb0L3RoTW8wYsyYYxaS nNNdUfzNCsVtHa38NygV1LoWQwT+PT2pa5q2YJMX6hHyf0PXOUXULGyiudQqSxcdEmFr ioJH752UGw7L8LbqVlOzoPo0P8GH5RdU2sTceHG7wY+GnQuDwhGKeZLzJcQ3G/RxtptT ZCKuKOg4yHDOBNAjCVni0ki1jiSP+EIiuuB6mD4Aci56qLwSbIN3O5R/vzKo8yQjyJos nhig== MIME-Version: 1.0 Received: by 10.68.130.65 with SMTP id oc1mr37931131pbb.29.1345500079160; Mon, 20 Aug 2012 15:01:19 -0700 (PDT) Received: by 10.68.41.131 with HTTP; Mon, 20 Aug 2012 15:01:19 -0700 (PDT) In-Reply-To: <5032B197.9080502@lsces.co.uk> References: <5032B197.9080502@lsces.co.uk> Date: Tue, 21 Aug 2012 00:01:19 +0200 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b10ccc7437d3204c7b9a6e9 Subject: Re: [PHP-DEV] shared mysqlnd extension ... From: tyra3l@gmail.com (Ferenc Kovacs) --047d7b10ccc7437d3204c7b9a6e9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Aug 20, 2012 at 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' > > hi I would try --with-mysql=3Dshared,mysqlnd --with-mysqli=3Dshared,mysqlnd --enable-pdo=3Dshared --with-pdo-mysql=3Dshared,mysqlnd how are you doing currently? why is this an internals question? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7b10ccc7437d3204c7b9a6e9--