Hi, also Vorweg die System Beschreibung:
SUSE 10.1
PHP 5.1.2
MySQL 5
Confixx 3 Pro
bei Webtropia
Nun in dem Configure Path von PHP 5.1.2 ist ein Command, und zwar --enable-sigchild, der entfernt werden soll, global für alle Kunden!
Wie stelle ich es an?
Nach Kopieren des Configure Codes, ohne --enable-sigchild, downloaden des Souce Codes von PHP 5.1.2, make und make install ist immernoch die alte Version drauf!
Wieso?
Hat jemand ne Lösung?
So schaut die Kundenconfigure aus (is für Mainconfigure eine eigene PHPINFO nötig? Wo?):
mfg, Buggy
SUSE 10.1
PHP 5.1.2
MySQL 5
Confixx 3 Pro
bei Webtropia
Nun in dem Configure Path von PHP 5.1.2 ist ein Command, und zwar --enable-sigchild, der entfernt werden soll, global für alle Kunden!
Wie stelle ich es an?
Nach Kopieren des Configure Codes, ohne --enable-sigchild, downloaden des Souce Codes von PHP 5.1.2, make und make install ist immernoch die alte Version drauf!
Wieso?
Hat jemand ne Lösung?
So schaut die Kundenconfigure aus (is für Mainconfigure eine eigene PHPINFO nötig? Wo?):
Code:
'../configure' '--prefix=/usr' '--datadir=/usr/share/php5' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--with-libdir=lib' '--includedir=/usr/include' '--sysconfdir=/etc/php5/apache2' '--with-config-file-path=/etc/php5/apache2' '--with-config-file-scan-dir=/etc/php5/conf.d' '--with-exec-dir=/usr/lib/php5/bin' '--enable-magic-quotes' '--enable-libxml' '--enable-session' '--with-mm' '--with-pcre-regex' '--enable-xml' '--enable-simplexml' '--enable-spl' '--enable-safe-mode' '--enable-sigchild' '--disable-debug' '--enable-memory-limit' '--enable-inline-optimization' '--enable-zend-multibyte' '--disable-rpath' '--with-apxs2=/usr/sbin/apxs2' '--disable-all' '--disable-cli'
mfg, Buggy