按照网上的很多教程 在mac os下安装wget 出现错误
configure: error: –with-ssl was given, but GNUTLS is not available.
可能是因为是非root权限问题,如果有时间大家可以尝试使用root权限,按照网上大部分教程试试
例:http://zzh.iteye.com/blog/1583465
不考虑root权限方式安装
1、打开终端执行命令
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2、
brew install wget 3、
cd /usr/local
$ find Cellar
Cellar/wget/1.16.1
Cellar/wget/1.16.1/bin/wget
Cellar/wget/1.16.1/share/man/man1/wget.1
$ ls -l bin
bin/wget -> ../Cellar/wget/1.16.1/bin/wget
在Mac OS系统中尝试安装wget时遇到错误,提示GNUTLS不可用。尽管建议使用root权限按照常规教程进行安装,但也可以通过无root权限的方式解决。推荐使用Homebrew进行安装,只需在终端执行相应命令。

1838

被折叠的 条评论
为什么被折叠?



