shke308 发表于 2016-10-22 22:05:10

lnmp1.3安装失败,求大神帮忙解决一下!!

新手安装lnmp1.3一直失败。用的是vmware虚拟机,下载的是centos6.532位的。
附上失败日志,有没有大神帮下忙解决一下!!!

licess 发表于 2016-10-23 09:20:03

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   /usr/lib/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callback

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:11:10)


If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq

参考:https://bbs.vpser.net/thread-14326-1-1.html 解决

shke308 发表于 2016-10-24 21:13:35

回复 2# 的帖子

谢谢军哥。看了下确实是yum出问题了。
yum解决之后还是有问题,军哥有空在帮我看下
iptables:将防火墙规则保存到 /etc/sysconfig/iptables:^[^M
Add Startup and Starting LNMP...
Add nginx service at system startup...
Starting nginx...done
Add mysql service at system startup...
Starting MySQL... SUCCESS!
Add php-fpm service at system startup...
在 php-fpm 服务中读取信息时出错:没有那个文件或目录
在 php-fpm 服务中读取信息时出错:没有那个文件或目录
include/end.sh: line 19: /etc/init.d/php-fpm: 没有那个文件或目录
============================== Check install ==============================
Checking ...
Nginx: OK
MySQL: OK
Error: PHP install failed
Sorry, Failed to install LNMP!
Please visit https://bbs.vpser.net/forum-25-1.html feedback errors and logs.
You can download /root/lnmp-install.log from your server,and upload lnmp-install.log to LNMP Forum.

[ 本帖最后由 shke308 于 2016-10-24 21:15 编辑 ]

shke308 发表于 2016-10-24 21:58:01

回复 2# 的帖子

好像是我的本地yum里少了php的rpm 包,然后我是把光盘挂载到/mnt/cdrom里的,挂载完是只读,不可以改的,这样子我是只能重新下载centos 然后重装了吗?

licess 发表于 2016-10-25 08:10:49

回复 4# 的帖子

没有日志?

只有光盘源是不行的必须有网络源

shke308 发表于 2016-10-25 22:23:10

回复 5# 的帖子

我只是暂时让网络源失效了而已。日志在这里

[ 本帖最后由 shke308 于 2016-10-25 22:33 编辑 ]

licess 发表于 2016-10-26 09:23:55

Downloading Packages:


Error Downloading Packages:
libicu-devel-4.2.1-9.1.el6_2.i686: failure: Packages/libicu-devel-4.2.1-9.1.el6_2.i686.rpm from c6-media: No more mirrors to try.
下载依赖包时没有源可用

shke308 发表于 2016-10-26 22:50:46

回复 7# 的帖子

军哥,为什么我把本地源失效,改回用网络源yum就出问题了?
# ldconfig -v | grep libcur
ldconfig: 多次给出路径“/usr/local/lib”
ldconfig: 多次给出路径“/lib”
ldconfig: 多次给出路径“/usr/lib”
        libcurl.so.4 -> libcurl.so.4.4.0
        libcurl.so.4 -> libcurl.so.4.1.1
这个怎么解决?

licess 发表于 2016-10-27 09:12:38

回复 8# 的帖子

find / -name libcurl.so.4*
cat /etc/ld.so.conf |grep curl
cat /etc/ld.so.conf.d/* |grep curl
运行后发一下结果看一下,2楼已经说过可能是多个libcurl

shke308 发表于 2016-10-27 21:33:44

回复 9# 的帖子

嗯嗯,军哥那个我看到了,我就是想问如果是多个libcurl导致的,那应该怎么处理?

shke308 发表于 2016-10-27 21:38:25

回复 9# 的帖子

# find / -name libcurl.so.4*
/usr/local/lib/libcurl.so.4
/usr/local/lib/libcurl.so.4.4.0
/usr/lib/libcurl.so.4
/usr/lib/libcurl.so.4.1.1
# cat /etc/ld.so.conf | grep curl
# cat /etc/ld.so.conf.d/* | grep curl
#

licess 发表于 2016-10-27 21:50:49

回复 10# 的帖子

需要删除多余的libcurl,按9楼命令先运行看看你环境的具体情况

shke308 发表于 2016-10-27 21:53:42

回复 12# 的帖子

已经运行发出来了在11楼

licess 发表于 2016-10-27 22:23:21

回复 11# 的帖子

/usr/local/lib/libcurl.so.4
/usr/local/lib/libcurl.so.4.4.0
这两个可能是通过其他方式,如编译安装之类安装上的,删掉应该就恢复正常:rm -rf /usr/local/lib/libcurl*

另外我又去看了一下安装日志发现不对,你日志里是curl version:   7.47.1
Host setup:       i686-pc-linux-gnu
Install prefix:   /usr/local
Compiler:         gcc
1.3包里设置的curl路径是/usr/local/curl 而你日志里是上面的,应该是你修改过导致的,如果没修改过的话md5sum lnmp1.3-full.tar.gz 验证一下文件md5

shke308 发表于 2016-10-29 11:12:51

回复 14# 的帖子

我没有改过的,然后我输入了那个命令出现这个。
# md5sum lnmp1.3-full.tar.gz
a5aa55cd177cd9b9176ad697c12e45c0lnmp1.3-full.tar.gz另外军哥,我按你说的把那个libcurl 删了之后在用然后改会网络源yum还是用不了,我用yum命令的时候出现这个
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=os error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base

[ 本帖最后由 shke308 于 2016-10-29 11:28 编辑 ]
页: [1] 2
查看完整版本: lnmp1.3安装失败,求大神帮忙解决一下!!