Apache+openssl+svn
apache吧
全部回复
仅看楼主
level 7
HiroshiTao 楼主
公司要求安装LAMP+SVN,要实现SSL加密,可是最近研究很多种,不管是源码编译安装openssl,还是yum安装的,在编译apache,--enable-ssl --with-ssl=DIR时,老是make不过去,提示
make[4]: *** [ssl_engine_init.slo] 错误 1
make[4]: Leaving directory `/usr/src/httpd-2.2.9/modules/ssl*
make[3]: *** [shared-build-recursive] 错误 1
make[3]: Leaving directory `/usr/src/httpd-2.2.9/modules/ssl*
make[2]: *** [shared-build-recursive] 错误 1
make[2]: Leaving directory `/usr/src/httpd-2.2.9/modules*
make[1]: *** [shared-build-recursive] 错误 1
make[1]: Leaving directory `/usr/src/httpd-2.2.9*
make: *** [all-recursive] 错误 1
用过http-2.2.4和openssl-1.0.0.1e,apr-1.2.12,apr-util-1.2.12,另外说明一下,编译安装svn还要求apache和apr版本相对应,否则make通不过。
求破:Apache与OpenSSL版本对应的问题,当然有成功经验的大神望请出手相助!
2014年10月04日 10点10分 1
level 12
你用的 redhat/centos/fedora 系统上的 apache 早就把 ssl 的模块包进去了,
却是用动态模块的方式来提供,
只要你在 httpd.conf 设定好SSL相关的项目就行,
不需要自行再编译。
2014年10月04日 22点10分 3
我知道Apache自带的SSL模块,但是我在编译的时候不手动--enable-ssl启用,没有这个模块,当然httpd-ssl.conf,这个文件是有,但是行吗?可以支持SSL吗?系统目前是CentOS 6.5 64Bit
2014年10月05日 09点10分
回复 帝劫道 :在httpd.conf去掉载入mod_ssl模块那行的注释就好了。 而且为什么不直接yum安装mod_ssl?
2014年10月05日 18点10分
回复 natsoftware :目前版本CentOS6.5 32Bit,apr-1.2.12,httpd-2.2.29,subversion-1.6.0,openssl-1.0.12,还可以
2014年10月06日 04点10分
1