edccfw 发表于 2013-12-25 09:37:16

安装zendServer 报错:Failed to access Web server. Please make sure that th...

安装 zendServer 报错:
Failed to access Web server. Please make sure that the Web server is running and listening to the correct port


查看错误日志:
catzend/apache2/logs/error_log


发现报错:

Init: Session Cache is not configured
dyld: lazy symbol binding failed: Symbol not found: _xsltInitGlobals
Referenced from: /usr/lib/libexslt.0.dylib
Expected in: /usr/local/zend/lib/libxslt.1.dylib

dyld: Symbol not found: _xsltInitGlobals
Referenced from: /usr/lib/libexslt.0.dylib
Expected in: /usr/local/zend/lib/libxslt.1.dylib

原因: 原来是缺少 /usr/lib/libxslt.1.dylib 这个包


解决:

输入以下命令:
sudo cp /usr/lib/libxslt.1.dylib /usr/local/zend/lib/.

重启:

sudo /usr/local/zend/bin/zendctl.sh restart

x625802392 发表于 2013-12-25 12:30:08

只有在大排长龙时,才能真正体会到我们是‘龙的传人’。

yw6866 发表于 2013-12-25 13:41:18

我没那么高尚。所以有些事还是会放在心上。

xlfm22 发表于 2013-12-25 15:16:36

感谢支持运维网

wangzhen779811 发表于 2013-12-25 19:01:48

支持一下

cdchenli 发表于 2013-12-26 00:52:53

有道理。。。

yadianna 发表于 2013-12-26 05:40:01

两个人吵架之后,如果记仇的话,那就没必要在一起了,以后的日子还长
页: [1]
查看完整版本: 安装zendServer 报错:Failed to access Web server. Please make sure that th...