Home > Database > Mysql Tutorial > 安装zendServer 报错:Failed to access Web server. Please make

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

WBOY
Release: 2016-06-07 15:38:09
Original
1277 people have browsed it

安装 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


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template