couchbase.so: undefined symbol: php_json_encode in Unknown on line 0
Tue, 03/20/2012 - 21:00
I am sure i have success install the c library and have the couchbase.so in my dir.
I also modify the php.ini . but got the problem. Plz help me.
[root@localhost phptest]# php -i |grep couchbase
PHP Warning: PHP Startup: Unable to load dynamic library '/home/wfj/wfj/phptest/php-ext-couchbase/couchbase.so' - /home/wfj/wfj/phptest/php-ext-couchbase/couchbase.so: undefined symbol: php_json_encode in Unknown on line 0
You need to load Couhbase php module after json php module.
most simple fix is to go to /etc/php.d/json.ini and add "extension=couchbase.so" there. This will make it load only after json.