Re: [PHP-INST] LoadModule Problem

2001-02-20 Thread Josh Lokot
; Sent: Wednesday, February 21, 2001 1:47 AM Subject: Re: [PHP-INST] LoadModule Problem > Looks like that's it. Am I recompling PHP or Apache? > > Thanks, > Alex > > --- Josh Lokot <[EMAIL PROTECTED]> wrote: > > Make sure you have compiled in mod_so. > > &g

Re: [PHP-INST] LoadModule Problem

2001-02-20 Thread Alex Le Fevre
Looks like that's it. Am I recompling PHP or Apache? Thanks, Alex --- Josh Lokot <[EMAIL PROTECTED]> wrote: > Make sure you have compiled in mod_so. > > Check by running httpd -l and see if mod_so.c > appears. If not, you need to > re-compile apache and configure --enable-module=so > > Josh

Re: [PHP-INST] LoadModule Problem

2001-02-19 Thread Josh Lokot
: Tuesday, February 20, 2001 2:32 PM Subject: [PHP-INST] LoadModule Problem > I just got the latest version of PHP installed on my > OpenBSD 2.8 system, running Apache 1.3.14. I'm looking > in INSTALL, and I've added the following line to my > httpd.conf: > > # LoadModule

[PHP-INST] LoadModule Problem

2001-02-19 Thread Alex Le Fevre
I just got the latest version of PHP installed on my OpenBSD 2.8 system, running Apache 1.3.14. I'm looking in INSTALL, and I've added the following line to my httpd.conf: # LoadModule php4_module libexec/libphp4.so Along with the other recommended lines, and copying the php.ini file to the appr