From owner-freebsd-questions Tue Oct 8 10:21:20 2002 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 7FC2B37B401 for ; Tue, 8 Oct 2002 10:21:19 -0700 (PDT) Received: from veldy.net (veldy-host33.dsl.visi.com [209.98.200.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BAAD43E65 for ; Tue, 8 Oct 2002 10:21:19 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from VELDYLT (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 1EA00138; Tue, 8 Oct 2002 12:21:17 -0500 (CDT) Message-ID: <016701c26eef$1d5e65c0$8204dca7@northamerica.corp.microsoft.com> From: "Thomas T. Veldhouse" To: "Wesley Morgan" Cc: "Jeff MacDonald" , References: <20021008131315.C20707-100000@volatile.chemikals.org> Subject: Re: php4 apache 2 Date: Tue, 8 Oct 2002 12:21:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If you build mod_php4 and choose imap-ssl and you have not yet built the imap client library (cclient), it will build it as a dependency, but it will not build it with ssl support and thus it will fail. Solution is to build cclient with SSL support first. # (cd /usr/ports/mail/cclient && make -DWITH_SSL all install clean) # (cd /usr/ports/www/mod_php4 && make all install clean) Tom Veldhouse ----- Original Message ----- From: "Wesley Morgan" To: "Thomas T. Veldhouse" Cc: "Jeff MacDonald" ; Sent: Tuesday, October 08, 2002 12:14 PM Subject: Re: php4 apache 2 > On Tue, 8 Oct 2002, Thomas T. Veldhouse wrote: > > > Actually, the problem occurs when you build in IMAP-SSL. It has not worked > > for a very long time. I am not entirely sure why, as I have not had a large > > enough need to look into it. > > > > Yeah I just realized that when Jeff said it didnt work :>... But if you > build your IMAP library with SSL support everything works fine. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message