Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46493 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44690 invoked from network); 22 Dec 2009 15:29:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2009 15:29:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=news@ger.gmane.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.12 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.12 lo.gmane.org Linux 2.6 Received: from [80.91.229.12] ([80.91.229.12:38517] helo=lo.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/C8-28791-BD5E03B4 for ; Tue, 22 Dec 2009 10:29:32 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NN6fQ-0006NC-1X for internals@lists.php.net; Tue, 22 Dec 2009 16:28:56 +0100 Received: from 213.83.3.2 ([213.83.3.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Dec 2009 16:28:55 +0100 Received: from k by 213.83.3.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Dec 2009 16:28:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Tue, 22 Dec 2009 16:27:23 +0100 Lines: 26 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gmane-NNTP-Posting-Host: 213.83.3.2 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) Cancel-Lock: sha1:uugxLYlVjyuJErNTeUjb5bbFo5I= Sender: news Subject: Re: [PHP-DEV] php-5.2.12 and pecl install: Seg. fault From: k@rl.pflaesterer.de ((Karl =?iso-8859-1?Q?Pfl=E4sterer?=)) Pierre Joye writes: > 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 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? > 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?). I'll check that. I also wondered about the gd crash, since I didn't open an image; I just called `pecl install pdflib'. As I wrote in another message; for the first machine installing openssl 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 was from 5.2.9 to .10 or .11 KP