grapewheel 发表于 2015-4-6 17:45:12

腾讯云centos6.5 64位lnmp安装继续提问

重新开贴,怕大神看不到,之前源已经修改了,其他都安装成功,就是mysql安装错误,再求大神!


============================Install MySQL5.5.26==================================
patching file vio/viossl.c
-- Running cmake version 2.8.12.2
-- MySQL 5.5.37
-- Packaging as: mysql-5.5.37-Linux-x86_64
CMake Error at cmake/ssl.cmake:83 (MESSAGE):
Cannot find appropriate systemlibraries for SSL.Use WITH_SSL=bundledto
enable SSL support
Call Stack (most recent call first):
CMakeLists.txt:353(MYSQL_CHECK_SSL)


-- Library mysqlclient depends on OSLIBS -lpthread;z;m;rt;dl
-- Library mysqlserver depends on OSLIBS -lpthread;z;m;rt;crypt;dl
-- Configuring incomplete, errors occurred!
See also "/appdata/lnmp1.1-full/mysql-5.5.37/CMakeFiles/CMakeOutput.log".
See also"/appdata/lnmp1.1-full/mysql-5.5.37/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found.Stop.



结果是 其他安装完成, mysql安装失败,军哥继续请教!请看附件

licess 发表于 2015-4-7 13:33:48

修改安装脚本查找WITH_SSL=system替换为WITH_SSL=bundled 后重新安装试试

grapewheel 发表于 2015-4-7 13:35:25

回复 2# 的帖子

好,多谢军哥,立即尝试下

grapewheel 发表于 2015-4-7 13:54:36

回复 2# 的帖子

OK了,lnmp安装成功!
页: [1]
查看完整版本: 腾讯云centos6.5 64位lnmp安装继续提问