Newsgroups: php.general,php.internals,php.qa Path: news.php.net Xref: news.php.net php.general:322962 php.internals:72751 php.qa:67232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48928 invoked from network); 21 Feb 2014 22:29:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2014 22:29:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:58200] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/60-46163-253D7035 for ; Fri, 21 Feb 2014 17:29:38 -0500 Received: from [192.168.2.31] (ppp-188-174-49-103.dynamic.mnet-online.de [188.174.49.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 2125842818; Fri, 21 Feb 2014 23:30:16 +0100 (CET) To: The Doctor Cc: Julien Pauli , php-general@lists.php.net, PHP QA , PHP Internals In-Reply-To: <20140221184412.GB29300@doctor.nl2k.ab.ca> References: <20140221184412.GB29300@doctor.nl2k.ab.ca> Content-Type: text/plain; charset="UTF-8" Date: Fri, 21 Feb 2014 23:29:29 +0100 Message-ID: <1393021769.3990.937.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PHP] PHP-5.5.10RC1 is available From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2014-02-21 at 11:44 -0700, The Doctor wrote: > --with-gd=/usr \ [...] > checking for gdSetErrorMethod in -lgd... no > configure: error: Unable to find libgd.(a|so) >= 2.1.0 anywhere > under /usr > You have new mail in /var/mail/doctor > doctor.nl2k.ab.ca//usr/source/php-5.5.10RC1$ exit > exit > > Script done on Fri Feb 21 11:34:48 2014 > > > The same configuration works on 5.4.X no questins asked. Apparently your libgd is too old but you can use the bundled one, use --with-gd without path. johannes