Re: [PHP3] Redhat 6.1 php3 installation problems!!! From: Rasmus Lerdorf (rasmus <email protected>)
Date: 02/29/00

> LoadModule php3_module /usr/lib/apache/libphp3.so
> Also uncommented this line: AddModule mod_php3.c

You don't need the AddModule line unless you have a ClearModuleList line
in your httpd.conf file.

> 10. Editted srm.conf to add php3 application types etc.
> 11. OKAY, lets give it a blast, /etc/rc.d/init.d/httpd restart
> 12. ERRORS!!! complains about sytax error on line 173 in httpd.conf
> 'LoadModule perhaps mis-spelled or defined by a module not included in
> the
> server configuration"
>
> line 173 contains:
>
> LoadModule php3_module /usr/lib/apache/libphp3.so

LoadModule is provided by mod_so. Does your httpd binary have mod_so
compiled in? Check by doing httpd -l

-Rasmus

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>