JSON Support | Apache | Centos

supporter

New Member
Hallo

Ich habe The Perfect Server Centos 6.1 am laufen (wurde nach Anleitung auf einem Minimalsystem aufgesetzt), allerdings fehlt mir der JSON Support.

Zwar ist das Modul vorhanden

json support: enabled
json version: 1.2.1

aber scheinbar ist der Apache nicht entsprechend kompiliert;

Configure Command

Code:
'./configure'  '--build=x86_64-unknown-linux-gnu'  '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu'  '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr'  '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'  '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64'  '--libexecdir=/usr/libexec' '--localstatedir=/var'  '--sharedstatedir=/var/lib' '--mandir=/usr/share/man'  '--infodir=/usr/share/info' '--cache-file=../config.cache'  '--with-libdir=lib64' '--with-config-file-path=/etc'  '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic'  '--disable-rpath' '--without-pear' '--with-bz2'  '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr'  '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf'  '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp'  '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl'  '--with-pcre-regex' '--with-zlib' '--with-layout=GNU' '--enable-exif'  '--enable-ftp' '--enable-magic-quotes' '--enable-sockets'  '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop'  '--enable-calendar' '--with-libxml-dir=/usr' '--enable-xml'  '--with-system-tzdata' '--with-mhash' '--with-apxs2=/usr/sbin/apxs'  '--without-mysql' '--without-gd' '--disable-dom' '--disable-dba'  '--without-unixODBC' '--disable-pdo' '--disable-xmlreader'  '--disable-xmlwriter' '--without-sqlite' '--without-sqlite3'  '--disable-phar' '--disable-fileinfo' '--disable-json'  '--without-pspell' '--disable-wddx' '--without-curl' '--disable-posix'  '--disable-sysvmsg' '--disable-sysvshm' '--disable-sysvsem'

Was kann ich jetzt tun beziehungsweise was muss ich tun, damit ich JSON zum laufen bekomme?

Die Installation mit PECL geht nicht, ich bekomme immerzu eine Fehlermeldung weil phpize fehlt, was ich auch nicht nachinstalliert bekomme.

Kann Jemand einen sachdienlichen Hinweis geben?

Viele Grüße
Supporter
 

Till

Administrator
json wird also modul geladen, es muss also nicht einkompiliert sein. Erstelle eine Datei mit dem phpinfo() Befejl drin und scahu Dir die Ausgabe an, wenn dort irgendwo jason aufaucht, dann ist es korrekt geladen.
 

Werbung

Top