Hi danke fürn Link
mit
./configure --prefix=/usr/local --with-apxs=/usr/local/apache/bin/apxs \
--with-ming=/usr/local --with-gd --with-jpeg-dir=/usr/local \
--with-png-dir=usr/local --enable-gd-native-ttf --with-xml \
--with-libxml-dir=/usr/local --with-expat-dir=/usr/local/lib \
--with-dom=/usr/local --enable-ftp --with-mysql=/usr/local \
--enable-shared=yes --enable-static=yes --with-xsl=/usr/local \
--enable-track-vars --enable-sockets --enable-wddx --with-xmlrpc \
--with-zlib-dir=/usr/local/include --with-iconv-dir=/usr/local/
hat es nicht geklappt. Etwas Modifiziert
(APXS Pfad angepasst und --with-xmlrpc und --with-ming=/usr/local entfernt)
./configure --prefix=/usr/local --with-apxs=/usr/sbin/apxs --with-gd --with-jpeg-dir=/usr/local --with-png-dir=usr/local --enable-gd-native-ttf --with-xml --with-libxml-dir=/usr/local --with-expat-dir=/usr/local/lib --with-dom=/usr/local --enable-ftp --with-mysql=/usr/local --enable-shared=yes --enable-static=yes --with-xsl=/usr/local --enable-track-vars --enable-sockets --enable-wddx --with-zlib-dir=/usr/local/include --with-iconv-dir=/usr/local/
kam zumindest kein Security Hinweis mehr wegen .htaccess
Diesmal stand da was von wegen Lizenz und nen Danke
So nach make und make install kam:
Installing PHP SAPI module: apache
[activating module `php5' in /etc/httpd/httpd.conf]
cp libs/libphp5.so /usr/lib/apache/libphp5.so
chmod 755 /usr/lib/apache/libphp5.so
cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.bak
cp /etc/httpd/httpd.conf.new /etc/httpd/httpd.conf
rm /etc/httpd/httpd.conf.new
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PEAR environment: /usr/local/lib/php/
[PEAR] Archive_Tar - installed: 1.1
[PEAR] Console_Getopt - installed: 1.2
[PEAR] PEAR - installed: 1.3.2
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
[PEAR] XML_RPC - installed: 1.1.0
Installing build environment: /usr/local/lib/php/build/
Installing header files: /usr/local/include/php/
Installing helper programs: /usr/local/bin/
program: phpize
program: php-config
program: phpextdist
sieht doch sehr gut aus
DANKE Neurodeamon