- 论坛徽章:
- 0
|
平台 fedora4
软件 openssl-0.9.8a.tar.gz
apache_1.3.34.tar.gz
1.安装openssl
# tar -zxvf openssl-0.9.8a.tar.gz
#cd openssl-0.9.8a
#./config --prefix=/usr/local/openssl
#make
#make test
#make install
安装过程中没有任何的问题
2.安装apache
# tar -zxvf apache_1.3.34.tar.gz
#cd apache_1.3.34
#./configure --prefix=/usr/local/apache --enable-so --enable-ssl=static --enable-mods-shared=all --with-ssl=/usr/local/openssl
Configuring for Apache, Version 1.3.34
+ using installation path layout: Apache (config.layout)
configure:Error: invalid option '--enable-ssl'
请问是什么问题?整整折磨了我一天,我也搜遍了各大linux论坛,也找不到解决的办法,请知道的兄弟帮忙解决啊!万分感谢... |
|