Did you compile it --with-apxs or whatever the other flag is? I know you
need that for 4.4.0, probably 5.0.5 as well.
"Fehmi Noyan ISI" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi
>
> I have just installed PHP 5.0.5 from the source. I also installed
> PostgreSQL and MySQL. I try to compile PHP with PostgreSQL and MySQL
> support.
>
> There was no error messages during installation. But when i try to start
> httpd i get the followin error :
>
> Syntax error on line 238 of /etc/apache/httpd.conf:
> Cannot load /usr/libexec/apache/libphp5.so into server:
> /usr/libexec/apache/libphp5.so: unexpected reloc type 0x12
> /usr/sbin/apachectl start: httpd could not be started
>
> The httpd.con file
> ...
> ...
> LoadModule unique_id_module libexec/apache/mod_unique_id.so
> LoadModule setenvif_module libexec/apache/mod_setenvif.so
> LoadModule php5_module libexec/apache/libphp5.so <---- Line 238
> ....
>
> When i type the following
> # updatedb
> # locate libphp5.so
> /usr/libexec/apache/libphp5.so
>
> I am using
> Slackware Linux 10.0
> PHP 5.0.5 (cli) (compiled from original source)
> PotgreSQL 8.0.4 (compiled from original source)
> MySQL Ver 12.22 Distrib 4.0.20, for slackware-linux (i486) (from
> Slackware CDROM)
> httpd Server version: Apache/1.3.31 (Unix) (from Slackware CDROM)
>
> Thanks...