Mailinglisten-Archive |
Hi,
ich hab' ein Problem mit der Installation von Apache 1.3.12
und PHP 4.0.1pl2. Erst wurde gd, freetype usw. nach dem
LAMP-Tutorial von Jörg Baach compiliert und installiert.
Apache habe ich folgend übersetzt:
SSL_BASE="/usr/local/openssl/current" \
./configure \
--prefix=/usr/local/apache/1.3.12 \
--datadir=/usr/local/httpd \
--enable-module=ssl \
--enable-module=log_referer \
--enable-module=log_agent \
--enable-shared=max
make
make install
Danach PHP4:
CFLAGS='-O2 -I/usr/local/openssl/include' \
./configure \
--with-mysql=/usr/local/mysql/current \
--with-apxs=/usr/local/apache/1.3.12/bin/apxs \
--with-gd=/usr/local \
--with-zlib=/usr/local \
--with-config-file-path=/etc \
--with-jpeg-dir=/usr/local/lib \
--with-ftp=yes \
--with-ttf \
--enable-url-includes=yes \
--enable-sysvshm \
--enable-sysvsem \
--enable-debug=no \
--enable-safe-mode=no \
--enable-url-fopen-wrapper=yes \
--enable-track-vars=yes \
--enable-session
make
make install
Bis hier lief alles planmäßig.
Wenn ich Apache allerdings starten will, kommt folgende
Fehlermeldung:
Syntax error on line 226 of /usr/local/apache/1.3.12/conf/httpd.conf:
Cannot load /usr/local/apache/1.3.12/libexec/libphp4.so into server:
libmysqlclient.so.6: cannot open shared object file: No such file or
directory
./apachectl start: httpd could not be started
Woran kann das liegen???
MfG,
Ferdinand Hoffmann
php::bar PHP Wiki - Listenarchive