Re: php4 apache 2

2002-10-08 Thread Wesley Morgan
Make sure you include SSL support in php. I believe this is your problem. On Tue, 8 Oct 2002, Jeff MacDonald wrote: I installed apache2 and php4 from ports, when i try to start apache iget this Syntax error on line 193 of /usr/local/etc/apache2/httpd.conf: Cannot load

Re: php4 apache 2

2002-10-08 Thread Thomas T. Veldhouse
Don't chose the IMAP-SSL option. It has been broken for years and years Tom Veldhouse - Original Message - From: Jeff MacDonald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 10:22 AM Subject: php4 apache 2 I installed apache2 and php4 from ports, when i

RE: php4 apache 2

2002-10-08 Thread Jeff MacDonald
Thanks for the suggestion, i just tried that, didn't make any difference. jeff. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Wesley Morgan Sent: Tuesday, October 08, 2002 12:46 PM To: Jeff MacDonald Cc: [EMAIL PROTECTED] Subject: Re: php4

Re: php4 apache 2

2002-10-08 Thread Thomas T. Veldhouse
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 11:45 AM Subject: Re: php4 apache 2 Make sure you include SSL support in php. I believe this is your problem. On Tue, 8 Oct 2002, Jeff MacDonald wrote: I installed apache2 and php4 from ports, when i try to start apache iget

Re: php4 apache 2

2002-10-08 Thread Wesley Morgan
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 :...

Re: php4 apache 2

2002-10-08 Thread Thomas T. Veldhouse
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

RE: php4 apache 2

2002-10-08 Thread Jeff MacDonald
; [EMAIL PROTECTED] Subject: Re: php4 apache 2 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

RE: php4 apache 2

2002-10-08 Thread Octavian Hornoiu
Bah... Sorry, forgot to post topic on last message Here is what to do: I had the same problem... This is how to fix it. First, go back into ports and do a make deinstall and then a make clean to get rid of your previous make configuration stuff. Then run make in the mod_php4 dir and go through