tutorials.de Buch-Aktion 05/2012
ERLEDIGT
JA
ANTWORTEN
1
ZUGRIFFE
724
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
AUF DIESES THEMA
ANTWORTEN
  1. #1
    startupboy startupboy ist offline Grünschnabel
    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)
     

  2. #2
    startupboy startupboy ist offline Grünschnabel
    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

  1. PHP kompilieren
    Von Sturm im Forum PHP
    Antworten: 16
    Letzter Beitrag: 01.10.08, 21:19
  2. Kompilieren
    Von Darkas im Forum .NET Windows Forms
    Antworten: 20
    Letzter Beitrag: 08.08.07, 08:12
  3. [C] Wie Kompilieren
    Von TheWolf im Forum C/C++
    Antworten: 3
    Letzter Beitrag: 26.05.04, 16:47
  4. VB für OS X kompilieren?
    Von ::emanuel:: im Forum Visual Basic 6.0
    Antworten: 2
    Letzter Beitrag: 16.04.04, 18:11
  5. [php]kompilieren?
    Von kitlop im Forum PHP
    Antworten: 5
    Letzter Beitrag: 25.07.01, 16:22