From owner-freebsd-questions@FreeBSD.ORG Fri Jul 23 21:32:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED77816A4D5 for ; Fri, 23 Jul 2004 21:32:08 +0000 (GMT) Received: from mail.daydream.net (ns1.daydream.net [24.242.132.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E24543D41 for ; Fri, 23 Jul 2004 21:32:06 +0000 (GMT) (envelope-from nekvas@daydream.net) Received: from localhost (localhost.daydream.net [127.0.0.1]) by mail.daydream.net (Postfix) with ESMTP id 6FEFDB3 for ; Fri, 23 Jul 2004 16:29:58 -0500 (CDT) Received: from mail.daydream.net ([127.0.0.1]) by localhost (doria.daydream.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 36226-09 for ; Fri, 23 Jul 2004 16:29:48 -0500 (CDT) Received: from [192.168.1.104] (unknown [192.168.1.104]) by mail.daydream.net (Postfix) with ESMTP id CE54098 for ; Fri, 23 Jul 2004 16:29:47 -0500 (CDT) Message-ID: <410183CA.6050803@daydream.net> Date: Fri, 23 Jul 2004 16:31:54 -0500 From: Ken User-Agent: Mozilla Thunderbird 0.7.1 (Macintosh/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: php4 and static ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nekvas@daydream.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 21:32:09 -0000 Since the new php4 changes happened in ports, I have a problem using fsockopen() in my code. I'm getting: Warning: fsockopen(): no SSL support in this build A quick check with phpinfo() shows that ssl support is enabled in my build via the extension. From what I've read, openssl needs to be statically linked to php for there to be ssl support in fsockopen(). Can anyone give me a clue as to how to do this with the new way that php is now broken up in to php-extensions and such? Thanks a million for any help.