我正在尝试为我的 Couchbase 集群安装 PHP SDK,安装过程中的所有内容都顺利完成,但是当我php -i在终端中运行时,出现以下错误:
PHP 警告:PHP 启动:无法加载动态库 '/usr/lib/php5/20121212/couchbase.so' - /usr/lib/php5/20121212/couchbase.so:未定义符号:第 0 行未知中的 php_json_decode_ex
我不明白为什么 couchbase 扩展不会加载。
我的设置是:
Ubuntu Server 14.04 Couchbase Server Enterprise 4.5.1
我按照本指南设置 PHP SDK: