Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46495 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55096 invoked from network); 22 Dec 2009 16:40:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2009 16:40:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=jess@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jess@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: jess@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:48075] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/3A-28791-786F03B4 for ; Tue, 22 Dec 2009 11:40:42 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 21797504C9; Tue, 22 Dec 2009 18:25:52 +0200 (IST) Received: from [10.1.2.102] ([10.1.2.102]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 22 Dec 2009 18:40:36 +0200 Message-ID: <4B30F683.5070703@zend.com> Date: Tue, 22 Dec 2009 18:40:35 +0200 User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: Pierre Joye CC: =?ISO-8859-1?Q?Karl_Pfl=E4sterer?= , internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-OriginalArrivalTime: 22 Dec 2009 16:40:36.0213 (UTC) FILETIME=[7CAB9A50:01CA8325] Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] php-5.2.12 and pecl install: Seg. fault From: jess@zend.com (Jess Portnoy) Hi Pierre, I may be wrong but as far as I can see, SSL is being used by PEAR, at=20 least, potentially, I am not that well versed in its code but I ran: # grep -i ssl /usr/local/zend/share/pear/* -r --color And it does seem to return relevant results. Again, I admit I did not=20 review throughly. May the source be with you, Best regards, Jess Portnoy Pierre Joye wrote: > hi, > > I'm 99.99% sure that there are some libraries or extension mess. > Please double check your extension directory and be sure that you are > not loading old extensions or random libraries. > > Cheers, > > On Tue, Dec 22, 2009 at 4:27 PM, Karl Pfl=E4sterer wrote: > =20 >> Pierre Joye writes: >> >> =20 >>> The pecl channel install does not use SSL and there is no signing >>> involved, so the pecl install pdflib cmd won't use ssl. On your other >>> =20 >> Hi, >> that was the exact backtrace I got, when I ran pecl install pdflib. >> Something must call use ssl there, how would I otherwise get such a >> backtrace? >> >> =20 >>> script, gd crashes, are you opening an image from a https URL? If not= , >>> it means that your setup is broken (mixing lib/headers/x86/x64 >>> versions?). >>> =20 >> I'll check that. I also wondered about the gd crash, since I didn't op= en >> an image; I just called `pecl install pdflib'. >> >> As I wrote in another message; for the first machine installing openss= l >> from source helped; for the second (and third, fourth and fifth :-) ) >> I'll see. >> >> But as I wrote: php-5.2.9 worked; I tested 5.2.11 there I also had the >> segfault. I didn't install php-5.2.10 so I don't know if the change wa= s >> from 5.2.9 to .10 or .11 >> >> KP >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> >> =20 > > > > =20