PHP neu kompilieren
Posted: 2005-05-01 15:38
Hallo zusammen,
kann mir mal jemand einen Tipp geben, wie ich das auf dem neuen 1&1 root-Server (SUSE 9.1, APACHE2, PLESK 7.5) standartmäßig installierte PHP 4.3.4 neu kompilieren kann?
Im Auslieferzustand sind folgende module kompiliert:
und ich brauch für Typo3 mehr Module.
Danke und Gruß
- ring -
kann mir mal jemand einen Tipp geben, wie ich das auf dem neuen 1&1 root-Server (SUSE 9.1, APACHE2, PLESK 7.5) standartmäßig installierte PHP 4.3.4 neu kompilieren kann?
Im Auslieferzustand sind folgende module kompiliert:
Code: Select all
'./configure' '--prefix=/usr' '--datadir=/usr/share/php' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-inline-optimization' '--enable-memory-limit' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sigchild' '--disable-ctype' '--disable-session' '--without-mysql' '--disable-cli' '--without-pear' '--with-openssl' '--with-apxs2=/usr/sbin/apxs2-prefork' 'i586-suse-linux' Danke und Gruß
- ring -