Re: [PHP-INSTALL] Cannot load /usr/local/apache/libexex/libphp3.so

2005-04-16 Thread Marty Landman
At 04:33 PM 4/16/2005, Michael W. wrote: To configure to work as an Apache module, but not as a CGI binary, use "./configure --with-apxs=/path/to/apache/bin/apxs --disable-cgi". For one thing, it would be php4_module , libphp4.so , mod_php4.c , application/x-httpd-php , and application/x-httpd-p

Re: [PHP-INSTALL] Cannot load /usr/local/apache/libexex/libphp3.so

2005-04-16 Thread Michael W.
If you need help with what the options to ./configure are, type "./configure --help". To configure to work as an Apache module, but not as a CGI binary, use "./configure --with-apxs=/path/to/apache/bin/apxs --disable-cgi". Marty Landman wrote: At 04:19 PM 4/16/2005, Michael W. wrote: For one th

Re: [PHP-INSTALL] Cannot load /usr/local/apache/libexex/libphp3.so

2005-04-16 Thread Marty Landman
At 04:19 PM 4/16/2005, Michael W. wrote: For one thing, it would be php4_module , libphp4.so , mod_php4.c , application/x-httpd-php , and application/x-httpd-php-source for PHP 4. For another, did you tell PHP to compile an Apache module? You have to have --with-apxs=/path/to/apache/bin/apxs and

Re: [PHP-INSTALL] Cannot load /usr/local/apache/libexex/libphp3.so

2005-04-16 Thread Michael W.
For one thing, it would be php4_module , libphp4.so , mod_php4.c , application/x-httpd-php , and application/x-httpd-php-source for PHP 4. For another, did you tell PHP to compile an Apache module? You have to have --with-apxs=/path/to/apache/bin/apxs and possibly --disable-cgi in your configur

[PHP-INSTALL] Cannot load /usr/local/apache/libexex/libphp3.so

2005-04-16 Thread Marty Landman
Hi, I'm running Apache 1.3 on FBSD 3.8 and have just tried to install PHP from php-4.3.11.tar.bz2. Here are my steps and the resulting symptom: - put the tar into /tmp - untarred and cd'd into the dir - ./configure && make && make install - added these lines to my httpd.conf file LoadModule php3_