您好,欢迎访问一九零五行业门户网

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

安装 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
其它类似信息

推荐信息