jjsly 发表于 2010-11-19 07:04:18

安装失败,nginx is stop 求助

新手上路,安装失败,提示nginx is stop
/root/lnmp:line 88:/etc/init.d/mysql:No such file ro directory

向各位请教,安装lnmp需要哪些条件,我在安装初始好像看到缺少什么gcc包什么的


单独编译安装nginx时,
./configure:errror:the HTTP cache module requires md5 functions
from OpenSSl library. You can either disable the module by using
--without-http-cache option,or install the OpenSSL library into the system,or build the OpenSSl library statically from the source with nginx by using
--with-http_ssl_module --with-openssl=<path> options.


看这个,是需要安装openssl?

[ 本帖最后由 jjsly 于 2010-11-19 07:13 编辑 ]

jjsly 发表于 2010-11-19 09:45:18

错误提示:./configure: error: the HTTP cache module requires md5 functions
from OpenSSL library.You can either disable the module by using
--without-http-cache option, or install the OpenSSL library into the system,
or build the OpenSSL library statically from the source with nginx by using
--with-http_ssl_module --with-openssl=<path> options.

解决办法:

yum -y install openssl openssl-devel



安装完openssl之后,问题依旧,求高手解决

licess 发表于 2010-11-19 09:52:22

回复 1# 的帖子

openssl 没有安装成功。
lnmp会在开始的时候就会自动安装所需的库,可能因为未知原因没有安装上。

jjsly 发表于 2010-11-19 10:48:45

那看来是因为缺少gcc的问题,我来安装上所有的gcc



如何安装所有的gcc文件?求指点。这个跟系统有关系么,我用的是RedHat5.5.,不是centos。全新安装的系统。

[ 本帖最后由 jjsly 于 2010-11-19 11:31 编辑 ]
页: [1]
查看完整版本: 安装失败,nginx is stop 求助