stinkbug 发表于 2003-4-14 19:43:31

按照cd2的方法安装apache出问题

安装的是httpd
按照readme
./configure --prefix=/usr/server/apache \
--enable-auth-anon --enable-auth-dbm \
--enable-file-cache --enable-cache \
--enable-disk-cache --enable-mem-cache \
--enable-ext-filter --enable-proxy \
--enable-proxy-connect \
--enable-http --enable-dav --enable-rewrite \
--with-mpm=prefork --with-ssl=/usr/openssl \
--enable-ssl --enable-so
configure错误
checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... configure: error: invalid SSL/TLS toolkit base directory /usr/openssl
请问怎么办
如何安装ssl

cjacker 发表于 2003-4-14 19:49:41

Re: 按照cd2的方法安装apache出问题

安装的是httpd
按照readme
./configure --prefix=/usr/server/apache \
--enable-auth-anon --enable-auth-dbm \
--enable-file-cache --enable-cache \
--enable-disk-cache --enable-mem-cache \
--enable-ext-filter --enable-proxy \
--enable-proxy-connect \
--enable-http --enable-dav --enable-rewrite \
--with-mpm=prefork --with-ssl=/usr/openssl \
--enable-ssl --enable-so
configure错误
checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... configure: error: invalid SSL/TLS toolkit base directory /usr/openssl
请问怎么办
如何安装ssl
这个目录是我写错了,因为我以前写这个文档的时候,是在rh 7.1上自己编译的openssl
应该是/usr/share/ssl吧。

llc 发表于 2003-4-14 19:50:09

搜索一下,遇上问题时先别急着问,应该先看看相应版块的精华区或置顶贴,再搜索一下帖子,如果大家都这样,那这些功能还有什么用,干脆去掉算了

llc 发表于 2003-4-14 19:56:45

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=16245&highlight=.%2Fconfigure+apache

stinkbug 发表于 2003-4-14 20:05:35

谢谢指教,十分对不起,我对于这种论坛不太熟悉
一般在学校都使用telnet方式的,所以刚才在最上面的文章搜索搜了一下ssl
发现没有我要找的
刚刚装完openssl,faint
以后我一定注意,以后先看看精华区

llc 发表于 2003-4-14 20:57:02

:-( 我忘记将这篇加入到问题答疑里 ,是我失职
页: [1]
查看完整版本: 按照cd2的方法安装apache出问题