You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by "Oliver Etzel - GoodnGo.COM (R)" <ol...@goodngo.com> on 2002/09/27 22:20:54 UTC

DSO Installation

Hallo Alle,

Habe PHP php-4.2.3 und apache_1.3.26 als dynamische Modul (DSO) installiert,
wie folgt:

Apache
./configure --prefix=/www1 --enable-module=all --enable-shared=max
make
make install


PHP-4.2.3
./configure --with-mysql --with-apxs=/www1/bin/apxs --with-config-file-path=
/etc
make
make install

cp  /var/src/php-4.2.3/php.ini-dist  /etc/php.ini

ldconfig


Hat alles gut geklappt, d.h. die Module sind in der httpd.conf eingetragen.

Nur  wenn ich jetzt /www1/bin/apachectl configtest
ausführe, kommt als Meldung:

Syntax error on line 241 of /www1/conf/httpd.conf:
Cannot load /www1/libexec/libphp4.so into server: /www1/libexec/libphp4.so:
undefined symbol: core_globals

Wie kriege ich das PHP zum laufen?

Oliver Etzel