Date: Tue, 8 Oct 2002 12:21:17 -0500 From: "Thomas T. Veldhouse" <veldy@veldy.net> To: "Wesley Morgan" <morganw@chemikals.org> Cc: "Jeff MacDonald" <jeff@interchange.ca>, <freebsd-questions@FreeBSD.ORG> Subject: Re: php4 apache 2 Message-ID: <016701c26eef$1d5e65c0$8204dca7@northamerica.corp.microsoft.com> References: <20021008131315.C20707-100000@volatile.chemikals.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <morganw@chemikals.org> To: "Thomas T. Veldhouse" <veldy@veldy.net> Cc: "Jeff MacDonald" <jeff@interchange.ca>; <freebsd-questions@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016701c26eef$1d5e65c0$8204dca7>