2017-05-03 49 views
0

当我使用wget我得到以下错误:CentOS的wget的问题

HTTPS support not compiled in. 

当我尝试安装wget的自己,我得到:

./configure –with-ssl=openssl 
configure: error: invalid variable name: `–with-ssl' 

回答

0

你有错字那里。不要使用unicode破折号–with-ssl=openssl。使用标准的ascii两个破折号来传递正确的参数--with-ssl=openssl