From owner-freebsd-apache@FreeBSD.ORG Fri Apr 25 22:56:47 2008 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA5C11065670 for ; Fri, 25 Apr 2008 22:56:47 +0000 (UTC) (envelope-from penylan@comcast.net) Received: from QMTA05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4D08FC18 for ; Fri, 25 Apr 2008 22:56:47 +0000 (UTC) (envelope-from penylan@comcast.net) Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59]) by QMTA05.westchester.pa.mail.comcast.net with comcast id HnrD1Z0021GhbT8550nJ00; Fri, 25 Apr 2008 22:40:33 +0000 Received: from [192.168.123.55] ([68.48.96.177]) by OMTA07.westchester.pa.mail.comcast.net with comcast id Hygl1Z0033pdAqk3T00000; Fri, 25 Apr 2008 22:40:45 +0000 X-Authority-Analysis: v=1.0 c=1 a=ca6Lj9fp4OhANy-n9XAA:9 a=EmA0gIb9u1vxY0-hzh0A:7 a=pl5O0O_Di1b3n-0mFlrH9fKIqJEA:4 a=gi0PWCVxevcA:10 Message-ID: <48125E05.50909@comcast.net> Date: Fri, 25 Apr 2008 18:41:09 -0400 From: Robert Munn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-apache@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: php install X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 22:56:48 -0000 I have installed PHP 5.2.5 with the following configuration line on a 5.5-Stable system ./configure '--with-apxs2' '--with-gd' '--with-mysql' '--with-jpeg-dir=/usr/local/lib' '--with-zlib-dir=/usr/local/lib' '--with-freetype-dir' '--enable-sockets' The installation proceeds flawlessly. When my application tries to send smtp mail to gmail on port 465 I get the following message Warning: stream_socket_client(): unable to connect to tls://smtp.gmail.com:465 (Un able to find the socket transport "tls" - did you forget to enable it when you con figured PHP?) in PHP5/SMTP5.php on line 129 Informative but not very helpful. Can anyone tell me how I enable "tls"? With thanks in advance Robert Munn