首页 > 数据库 > mysql教程 > 安装zendServer 报错:Failed to access Web server. Please make

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

WBOY
发布: 2016-06-07 15:38:09
原创
1300 人浏览过

安装 zendServer 报错: Failed to access Web server. Please make sure that the Web server is running and listening to the correct port 查看错误日志: cat zend/apache2/logs/error_log 发现报错: [Sat Dec 21 14:40:47 2013] [warn] Init: Session Ca



安装 zendServer 报错:

Failed to access Web server. Please make sure that the Web server is running and listening to the correct port


查看错误日志:

cat  zend/apache2/logs/error_log 


发现报错:

[Sat Dec 21 14:40:47 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
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


相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板