und zwar habe ich ein Problem mit meinem Server.
Also ich habe ein SuSE Linux Professional 9.0 inkl. Confixx 3.0 Server bei Strato.Ich gehe bei der Installation wie folgt vor
Code: Select all
cd php-5.2.4
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/sbin/apxs2 --with-libxml-dir=/usr/lib --with-zlib --with-zlib-dir=/usr/lib --with-mysql=/usr/bin/mysql --with-gd --enable-sockets --with-gettext=/usr/bin/gettext
Code: Select all
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/sbin/apxs2 follows:
./configure: line 6669: /usr/sbin/apxs2: No such file or directory
Code: Select all
whereis apxs2
apxs2= /usr/share/man/man8/apxs2.8.gz
Also hole ich mir die rpm
und versuche diese mit
zu installieren.rpm -i apache2-devel-2.0.47-1.7.2.i386.rpm
Dann aber bekomme ich folgende Fehlermeldungen
Der Fehler ist immerfile /usr/sbin/envvars from install of apache2-devel-2.0.47-1.7.2 confli cts with file from package apache2-2.0.48-155
file /usr/include/apache2/apr.h from install of apache2-devel-2.0.47-1.7.2 conflicts with file from package libapr0-2.0.48-155
file /usr/include/apache2/apr_atomic.h from install of apache2-devel-2.0.47-1.7.2 conflicts with file from package libapr0-2.0.48-155
file /usr/include/apache2/apr_buckets.h from install of apache2-devel-2.0.47-1.7.2 conflicts with file from package libapr0-2.0.48-155
Wie soll ich nun weiter vorgehen , ich weis nicht weiter :!:conflicts with file from package libapr0-2.0.48-155
