`
xitong
  • 浏览: 6199906 次
文章分类
社区版块
存档分类
最新评论

PYCURL ERROR 6 - "Couldn't 安装东西报错,apache安装启动

阅读更多

在服务器执行的语句

yum install cvs sysstat lrzsz gcc gcc-c++ ncurses-devel libxml2-devel libjpeg-devel libpng-devel openssl openssl-devel ntp make


报错内容如下:

Loaded plugins: fastestmirror
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again



解决办法

1,执行

echo "nameserver 8.8.8.8" > /etc/resolv.conf


设置dns服务器

即可


找到问题的原因,是由于服务器没设置dns服务器地址导致的上述错误


apache安装启动

1,执行

yum clean all


应该执行这两步即可。(第二步要不要执行有待验证)

2,执行

yum -y install httpd (appche服务器程序)


3,执行

/etc/init.d/httpd start (启动apache)


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics