| Newsgroups |
php.install |
| Message-ID |
<[email protected]> |
Mark Sargent a écrit :
> Hi All,
>
> Os is Ubuntu and I've tried to configure Apache with PHP support. I
> followed this page,
>
> http://www.php.net/manual/en/install.unix.apache2.php
>
> and after running
>
> 6. ./configure --enable-so
> 7. make
> 8. make install
>
> I don't see the module in /usr/local/apache2/modules
>
> ls /usr/local/apache2/modules/
> httpd.exp
>
> and get the following error when starting,
>
> sudo /usr/local/apache2/bin/apachectl start
> Password:
> httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/libphp5.so into server:
> /usr/local/apache2/modules/libphp5.so: cannot open shared object file:
> No such file or directory
>
> Have I missed something? I see no errors when installing during any
> stage. Can someone suggest what to look for here? I even re-downloaded
> all files. Cheers.
>
> Mark Sargent
Hello
php module is built with php-source not apache-source.
Patrick