leider funktioniert das nicht. nach ausfuehren von configtest bekomme ich
dann:

Syntax error on line 953 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server:
/usr/local/apache/libexec/libphp4.so: cannot open shared object file: No
such file or directory

die datei libphp4.so befindet sich auch definitiv nicht auf der maschine.
Hab ich da was bei der compillierung falsch gemacht?

Gruss Andy


"Sven Herrmann" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> > There is no phpmodule in there, so I cant activate it. I did   include
> some
> > lines from my old config:
> >
> > AddType application/x-httpd-php .php4 .php3 .php
> > AddType application/x-httpd-php-source .phps
> >
>
> if you're using Apache 1.x you need to add:
> LoadModule php4_module        libexec/libphp4.so
>
> or if you're using Apache 2.x
> LoadModule php4_module        modules/libphp4.so
>
>
> Sven
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to