ERLEDIGT
JA
JA
ANTWORTEN
1
1
ZUGRIFFE
724
724
EMPFEHLEN
-
18.02.07 22:50 #1
- Registriert seit
- Feb 2007
- Beiträge
- 2
Hi,
ich versuche mein PHP5 neu zu kompilieren... das klappt auch ohne Fehlermeldung, wenn ich dann aber den Apache neu starte sind eine Änderungen im php_info() nicht zu finden?!
was mache ich falsch...
meine php_info():
Code :1 2 3 4 5 6 7 8 9 10
Configure Command './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' '--disable-safe-mode' '--enable-sigchild' '--disable-ctype' '--enable-session' '--with-mysql' '--disable-cli' '--without-pear' '--with-openssl' '--with-apxs2=/usr/sbin/apxs2-prefork'
Und mein configure-String schaut so aus:
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
'./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-force-cgi-redirect' '--enable-track-vars' '--with-mysql=/usr' '--without-pear' '--enable-session' '--without-sqlite' '--enable-exif' '--with-bz2--enable-calendar' '--with-cpdflib' '--enable-bcmath' '--with-curl' '--with-curlwrappers' '--enable-dba' '--enable-dbase' '--enable-dbx' '--enable-exif' '--with-freetype-dir=/usr/lib/' '--enable-ftp' '--with-jpeg-dir=/usr/lib/' '--with-zlib' '--with-gd' '--with-gettext' '--enable-gd-jis-conv' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstr-enc-trans' '--enable-mbstring=all' '--with-mcrypt' '--enable-memory-limit' '--with-mime-magic' '--with-openssl' '--with-png' '--enable-simplexml' '--with-regex' '--enable-soap' '--enable-sqlite-utf8' '--with-swf' '--with-ttf' '--with-xml'
Was mache ich falsch das ich keine Änderungen zu sehen bekomme?!Geändert von startupboy (18.02.07 um 22:53 Uhr)
-
18.02.07 23:12 #2
- Registriert seit
- Feb 2007
- Beiträge
- 2
Hallo nochmal...
Nach langem Suchen habe ich die Lösung gefunden...
An das Ende des configure-Strings musste noch ein '--with-apxs2=/usr/sbin/apxs2-prefork' gehängt werden
Ähnliche Themen
-
PHP kompilieren
Von Sturm im Forum PHPAntworten: 16Letzter Beitrag: 01.10.08, 21:19 -
Kompilieren
Von Darkas im Forum .NET Windows FormsAntworten: 20Letzter Beitrag: 08.08.07, 08:12 -
[C] Wie Kompilieren
Von TheWolf im Forum C/C++Antworten: 3Letzter Beitrag: 26.05.04, 16:47 -
VB für OS X kompilieren?
Von ::emanuel:: im Forum Visual Basic 6.0Antworten: 2Letzter Beitrag: 16.04.04, 18:11 -
[php]kompilieren?
Von kitlop im Forum PHPAntworten: 5Letzter Beitrag: 25.07.01, 16:22





Zitieren
Login





