[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] php3 on a raq3 libphp3.so isn't found -> Fixed
- Subject: Re: [cobalt-users] php3 on a raq3 libphp3.so isn't found -> Fixed
- From: Luc Schiltz <becher@xxxxxx>
- Date: Wed Feb 16 14:06:36 2000
> hello,
> after installing the packages from the ftp from cobalt, mentionned at
> http://www.cobalt.com/support/kb/search.php3?ques=php&qid=726&language=1
> for mysql & php3 on a raq3, I get the following error when trying to
> restart the wevbserver
> Setting up Web Service: Syntax error on line 31 of
> /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/modules/libphp3.so into server:
> /etc/httpd/modules/libphp3.so: cannot open shared object file: No such
> file or directory
> any ideas ?
> thanks
> luc
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
/usr/lib/apache/libphp3.so
just founf out, that the rpm modifies the httpd.conf, but the path to the libphp3.so file is wrong
the correct one is
/usr/lib/apache/libphp3.so
Luc