Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5419 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37281 invoked by uid 1010); 13 Nov 2003 08:03:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37245 invoked from network); 13 Nov 2003 08:03:34 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 13 Nov 2003 08:03:34 -0000 Received: (qmail 6135 invoked by uid 501); 13 Nov 2003 08:03:33 -0000 Received: from unknown (HELO eco.foo) (80.143.30.248) by kdserv.de with SMTP; 13 Nov 2003 08:03:33 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id 429293AA8C; Thu, 13 Nov 2003 09:03:31 +0100 (CET) Date: Thu, 13 Nov 2003 09:03:31 +0100 (CET) X-X-Sender: sas@eco.foo To: "Brian J. France" Cc: internals@lists.php.net, sniper@php.net In-Reply-To: <20031112231922275526.GyazMail.list@firehawksystems.com> Message-ID: References: <20031112231922275526.GyazMail.list@firehawksystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: patch review for acinclude.m4 From: sascha@schumann.cx (Sascha Schumann) On Wed, 12 Nov 2003, Brian J. France wrote: > If there are no objections I plan on committing this tomorrow on both HEAD and > PHP_4_3 branches. This fixes the openssl FreeBSD problem I posted about > earlier. What is the problem here? 4.3.4 already checks this way: configure:16456: checking for SSL_CTX_set_ssl_version in -lssl configure:16475: ccache gcc -o conftest -O0 -Wall -Wl,-rpath,/usr/local/ssl/lib -L/usr/local/ssl/lib -Wl,-rpath,/usr/local/ssl/lib -L/usr/local/ssl/lib conftest.c -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5 ^^^^^^^^^^^^^^^ - Sascha