JSON Kurulumu
Merhaba, json kurmak isterseniz root iken aşağıdaki komutları konsolda yazın.
yum update “*php*”
yum install php-pear
yum install gcc
pecl install json
cd /etc/php.d/
echo “extension=json.so” >> json.ini
service httpd restart
kurulum tamamdır. phpinfo danda görebilirsiniz.
Merhaba acaba tekrar kaldırmak istersek nasil kaldiririz ?
/etc/php.d/ dizininden json.ini dosyasını silin.
pecl install json
downloading json-1.2.1.tgz …
Starting to download json-1.2.1.tgz (17,780 bytes)
……done: 17,780 bytes
11 source files, building
running: phpize
Cannot find config.m4.
Make sure that you run ‘/usr/local/bin/phpize’ in the top level source directory of the module
ERROR: `phpize’ failed
Bu hatayı verdi
yum install php-devel
yapıp daha sonra denermisiniz.
root@server [~]# yum install php-devel
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: http://ftp.dgn.net.tr
* extras: http://ftp.dgn.net.tr
* updates: http://ftp.dgn.net.tr
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package php-devel available.
Nothing to do
Yazıyor sanırım kurulu
Merhaba, hayır kurulumu değil ve kuracak paketi bulamıyor. İstersen webtatic repo’sunu ekleyerek yüklemeyi deneyebilirsin.
http://www.webtatic.com/packages/php53/
Merhaba Admin Ben Anlamadim Konsoluna yerlesdirmek derken?
Hocam Plesk Panel de “phpize” komutunu çalıştırdığımda
Cannot find config.m4.
Make sure that you run ‘/usr/local/bin/phpize’ in the top level source directory of the
şeklinde hata alıyorum neden olabilir.