[PHP-INST] Re: Cannot load libphp4.so
by Yasuo Ohgaki other posts by this author
Dec 7 2001 9:44PM messages near this date
[PHP-INST] Cannot load libphp4.so
|
Re: [PHP-INST] adding imap support after inital install
Bmms wrote:
> Hi,
> I am running Apache 1.3.22 on Linux/RedHat6.2 Recently I am trying
> to install PHP.4.0.6. I finally got it to work on one server. The
> other still has a problem. When I try to start httpd (apachectl start)
> I get the msg:
> Cannot load /usr/local/apache/libexec/libphp4.so into server:
> /usr/local/apache/libexec/libphp4.so
Try normal php.ini.
> The only way I can get Apache to work is to remove the following lines
> from the httpd.conf files:
> AddType application /x-httpd-php -php
Is this typo? No spaces for mime type names.
> LoadModule php4_module libexec/libphp4.so
> This, unfortunately, disables php. How can I resolve this dilema.
> Please advise.
> Thanks.
>
I suggest you to install PHP and Apache with minimum confing. Make sure
you follow installations. If you get rid of some option or change
loading order of modules, it may work.
--
Yasuo Ohgaki
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-install-unsubscribe@[...].net
For additional commands, e-mail: php-install-help@[...].net
To contact the list administrators, e-mail: php-list-admin@lists.php.net
Thread:
BMMS
Yasuo Ohgaki
|