+ -
当前位置:首页 → 问答吧 → [提问]FreeBSD wget

[提问]FreeBSD wget

时间:2010-08-05

来源:互联网

刚安装的FreeBSD8.1 R

# cd /usr/ports/ftp/wget
# make
===>  wget-1.12_1 GNUTLS and OPENSSL are mutually exclusive, enable at most one of them.
*** Error code 1

Stop in /usr/ports/ftp/wget.



gnutls 我已经make过了

#whereis gnutls
gnutls: /usr/ports/security/gnutls
#cd /usr/ports/security/gnutls
#make install clear
#rehash
# cd /usr/ports/ftp/wget
# make
===>  wget-1.12_1 GNUTLS and OPENSSL are mutually exclusive, enable at most one of them.
*** Error code 1

Stop in /usr/ports/ftp/wget.

错误还是一样的. openssl 已经是安装的.
我应该如何排错呢?

作者: ahyate   发布时间: 2010-08-05

或者,
我怎样安装 wget, 但是不要gnutls openssl 呢?
因为第一次make时, 在弹出的gui里,我选择了他们,后来,我ctrl+c取消了,make.

作者: ahyate   发布时间: 2010-08-05

pkg_add -r wget

作者: aplah   发布时间: 2010-08-05



QUOTE:
pkg_add -r wget
aplah 发表于 2010-08-05 23:13




    Thank U................

作者: ahyate   发布时间: 2010-08-05

>> wget-1.12_1 GNUTLS and OPENSSL are mutually exclusive, enable at most one of them.

这个错误表示 GNUTLS 和 OpenSSL 两者最多只能选择其一:要么谁都不用(禁用 SSL/TLS),要么使用其一作为密码学函数库。重新配置再 make 即可。

作者: langue   发布时间: 2010-08-05



QUOTE:
>> wget-1.12_1 GNUTLS and OPENSSL are mutually exclusive, enable at most one of them.

这个错误表示 ...
langue 发表于 2010-08-05 23:43




    谢谢 langue , 但是,我该如何去掉其中一个呢...???

作者: ahyate   发布时间: 2010-08-05

make config 回车,自己挑中意的。

作者: langue   发布时间: 2010-08-05