+ -
当前位置:首页 → 问答吧 → 一个关于APACHE安装的问题!!

一个关于APACHE安装的问题!!

时间:2005-05-10

来源:互联网

我在freebsd下通过ports安装apache的时候,出现如下错误代码:
To enable a module category: WITH_<CATEGORY>_MODULES
To disable a moudle category: WITHOUT_<CATEGORY>_MODULES

Per default categories are:
AUTH DAV MISC
Categorise available:
AUTH DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC THREADS

To see all available knobs,type make show-options
To see all modules in different categories, type make show-categories
You can check your modules configuration by using make show-modules

To save apache.org bandwidth,please use the closest
mirror. Hit Ctrl+C now and do a make print-closest-mirrors.
To automatically update /etc/make.conf do:
make print-closest-mirrors >> /etc/make.conf

Dependency warring:used OpenSSL version contains known vulnerabilities
Please update or define either WITH_OPNSSL_BASE or WITH_OPENSSL_PORT
*** Error code 1
Stop in /usr/ports/www/apache2.
请问这是哪里的问题啊??? 是不是有什么地方没有设置好?

作者: lijichao   发布时间: 2005-05-10

path=`whereis openssl`
make WITH_OPENSSL_BASE=$path install clean

if i have a mistake in the command , all the time ,you will know,what you can do...

try ...thank ...

作者: Eg_zm   发布时间: 2005-05-12

谢谢!!这个问题终于搞定了!!!原因在于没有安装最新的OPENSSL!!只要在系统里安装最新的就不会出现上面的问题了!!

作者: lijichao   发布时间: 2005-05-13

转自freebsdchina.org
OpenSSL 未升级导致某些ports软件不能“正常”安装。


最近因为OpenSSL 发现重大安全漏洞,导致OpenSSL 升级。

而发行光盘原带的OpenSSL 版本过低,假如没有升级OpenSSL,那么很多软件是无法从Ports顺利安装的。

系统提示需要升级OpesnSSL,但有人因为种种原因,没看到、懂此提示。

因此这里推荐此贴:
http://www.freebsdchina.org/forum/vi...cbc918e850a8de

作者: chendy   发布时间: 2005-05-15