Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25303 invoked from network); 16 May 2014 13:21:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2014 13:21:25 -0000 Authentication-Results: pb1.pair.com header.from=brian@moonspot.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=brian@moonspot.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain moonspot.net designates 72.5.90.26 as permitted sender) X-PHP-List-Original-Sender: brian@moonspot.net X-Host-Fingerprint: 72.5.90.26 mail.dealnews.com Received: from [72.5.90.26] ([72.5.90.26:52480] helo=mail.dealnews.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/7A-58167-2D016735 for ; Fri, 16 May 2014 09:21:24 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.dealnews.com (Postfix) with ESMTP id 8EC71383862; Fri, 16 May 2014 09:21:20 -0400 (EDT) Received: from mail.dealnews.com ([127.0.0.1]) by localhost (atl-zimbra2.dealnews.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id x0xkJcynkWAT; Fri, 16 May 2014 09:21:16 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.dealnews.com (Postfix) with ESMTP id A1E853852DE; Fri, 16 May 2014 09:21:16 -0400 (EDT) X-Virus-Scanned: amavisd-new at dealnews.com Received: from mail.dealnews.com ([127.0.0.1]) by localhost (atl-zimbra2.dealnews.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TfBa17BKwM5v; Fri, 16 May 2014 09:21:16 -0400 (EDT) Received: from Adrastea.local (h105.248.18.98.static.ip.windstream.net [98.18.248.105]) by mail.dealnews.com (Postfix) with ESMTPSA id 54A4C383862; Fri, 16 May 2014 09:21:16 -0400 (EDT) Message-ID: <537610CB.3080001@moonspot.net> Date: Fri, 16 May 2014 08:21:15 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Ferenc Kovacs CC: PHP Internals References: <53760535.3060506@moonspot.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Make errors in phpng From: brian@moonspot.net (Brian Moon) On 5/16/14, 8:00 , Ferenc Kovacs wrote: > On Fri, May 16, 2014 at 2:31 PM, Brian Moon wrote: > >> I encountered two make errors in phpng last night. Both mysql related. >> >> > hi, > > from the wiki page (https://wiki.php.net/phpng) it seems that the support > for pdo and pdo_mysql is incomplete and mysqlnd is not supported (yet). > pdo is enabled by default, you can disable it via passing --disable-pdo and > mysqlnd is enabled, because you passed --with-mysql without a path, you > should try --with-mysql=/path/to/your/libmysql/directory Ok, thanks. Hmm, specifying the path caused configure to not find either headers or libmysqlclient depending on the path I gave it. I need to figure out what is up with those files on this system. I will get it figured out. Thanks for the pointers. Brian.