HiHo,
Habe mir apache2 mit apt-get install apache2 apache2-dev installtier!
Nun wollte ich PHP noch aufspielen aber erhalte bei make install folgende Meldung
Genutzt habe ich
Was ist daran falsch?
Habe mir apache2 mit apt-get install apache2 apache2-dev installtier!
Nun wollte ich PHP noch aufspielen aber erhalte bei make install folgende Meldung
v10:~/php-5.2.6# make install
Installing PHP SAPI module: apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1.0/build/libtool ' libphp5.la /usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install cp libphp5.la /usr/lib/apache2/m odules/
cp .libs/libphp5.so /usr/lib/apache2/modules/libphp5.so
cp .libs/libphp5.lai /usr/lib/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /root/php-5.2.6/lib s'
chmod 644 /usr/lib/apache2/modules/libphp5.so
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Error 1
v10:~/php-5.2.6#
Genutzt habe ich
./configure --prefix=/usr/local/php5 --datadir=/usr/share/php5 --mandir=/usr/share/man/php5 --bindir=/usr/local/php5/bin --exec-prefix=/usr/local/php5 --includedir=/usr/include/php5 --sysconfdir=/etc/php5 --localstatedir=/var --with-config-file-path=/etc/php5 --with-execdir=/usr/lib/php5/bin --disable-debug --enable-inline-optimization --enable-memory-limit --enable-magic-quotes --enable-safe-mode --enable-sigchild --enable-session --with-mysql=/usr --enable-cli --with-pear=/usr/share/pear --with-openssl --without-pgsql --enable-xml --with-gd --enable-gd-imgstrttf --enable-gd-native-ttf --with-png-dir=/usr --with-jpeg-dir=/usr --with-tiff-dir=/usr --with-config-file=/etc/php5/php.ini --with-apxs2=/usr/sbin/apxs2
Was ist daran falsch?