Bei XAMPP (Linux) PHP5 neukompilieren?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Bei XAMPP (Linux) PHP5 neukompilieren?

    Hi,

    ich hab unter Linux das aktuelle XAMPP Paket (1.4.12) installiert wie vorgegeben in /opt/lampp/
    Ebenso hab ich das Developer-Paket installiert.

    So, aber wie kann man nun PHP5 neu kompilieren? Weil unter /opt/lampp/include/php/ ist irgendwie net sehr viel drin, z.B. kein configure Befehl und unter ext/ gibt auch nicht den ext_skel Befehl.

    Ich hab mir jetzt gedacht, einfach php-5.0.3 runterladen, entpacken und dann die configure-Anweisung (ermittelt durch phpinfo()) anwenden. Dort sind ja die richtigen Pfade vom XAMPP dabei, oder?

    Meint Ihr das klappt oder kennt jemand den richtigen Weg?

    './configure' '--prefix=/opt/lampp' '--with-apxs2=/opt/lampp/bin/apxs' '--with-config-file-path=/opt/lampp/etc' '--with-mysql=/opt/lampp' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--with-ttf' '--enable-magic-quotes' '--enable-memory-limit' '--enable-safe-mode' '--enable-shmop' '--enable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-versioning' '--enable-wddx' '--enable-yp' '--with-ftp' '--with-gdbm=/opt/lampp' '--with-jpeg-dir=/opt/lampp' '--with-png-dir=/opt/lampp' '--with-freetype-dir=/opt/lampp' '--without-xpm' '--with-zlib=yes' '--with-zlib-dir=/opt/lampp' '--with-openssl=/opt/lampp' '--with-expat-dir=/opt/lampp' '--enable-xslt=/opt/lampp' '--with-xsl=/opt/lampp' '--with-ming=/opt/lampp' '--with-dom=/opt/lampp' '--with-ldap=/opt/lampp' '--with-ncurses=/opt/lampp' '--with-gd' '--with-imap-dir=/opt/lampp' '--with-imap-ssl' '--with-imap=/opt/lampp' '--with-gettext=/opt/lampp' '--with-mssql=/opt/lampp' '--with-interbase=/opt/interbase' '--with-mysql-sock=/opt/lampp/var/mysql/mysql.sock' '--with-oci8=shared' '--with-mcrypt=/opt/lampp' '--with-mhash=/opt/lampp' '--enable-sockets' '--enable-mbstring=all' '--with-curl=/opt/lampp' '--enable-mbregex' '--enable-zend-multibyte' '--with-zip=/opt/lampp' '--enable-exif' '--with-bz2=/opt/lampp' '--with-sqlite=shared' '--with-libxml-dir=/opt/lampp' '--enable-soap' '--enable-pcntl' '--enable-dbx' '--with-mysqli=/opt/lampp/bin/mysql_config'

    Die Hochkommas hab ich natürlich entfernt...aber wäre das der richtige Weg? Das ganze soll halt weiterhin mit XAMPP laufen, also MySQL, Apache, OpenSSL usw. soll alles bleiben wie es ist. Nur PHP5 soll neu kompiliert werden, weil ich ein weiteres PHP-Modulhinzufügen will.


    Gruß Side
Lädt...
X