安装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
只有在大排长龙时,才能真正体会到我们是‘龙的传人’。 我没那么高尚。所以有些事还是会放在心上。 感谢支持运维网 支持一下 有道理。。。 两个人吵架之后,如果记仇的话,那就没必要在一起了,以后的日子还长
页:
[1]