1. 程式人生 > >Centos6.5安裝GCC遇到的問題及解決

Centos6.5安裝GCC遇到的問題及解決

以前安裝gcc好像都很順暢,但是今天不知道咋回事在一個centos系統的虛擬機器上使用yum命令安裝gcc的時候一直報錯。

我執行的安裝指令是:yum -y install gcc gcc-c++ kernel-devel

報錯內容(部分):

Error Downloading Packages:

  mpfr-2.4.1-6.el6.x86_64: failure: Packages/mpfr-2.4.1-6.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  libgomp-4.4.7-17.el6.x86_64: failure: Packages/libgomp-4.4.7-17.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  gcc-c++-4.4.7-17.el6.x86_64: failure: Packages/gcc-c++-4.4.7-17.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  libgcc-4.4.7-17.el6.x86_64: failure: Packages/libgcc-4.4.7-17.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  cpp-4.4.7-17.el6.x86_64: failure: Packages/cpp-4.4.7-17.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  libstdc++-4.4.7-17.el6.x86_64: failure: Packages/libstdc++-4.4.7-17.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  gcc-4.4.7-17.el6.x86_64: failure: Packages/gcc-4.4.7-17.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  cloog-ppl-0.15.7-1.2.el6.x86_64: failure: Packages/cloog-ppl-0.15.7-1.2.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  ppl-0.10.2-11.el6.x86_64: failure: Packages/ppl-0.10.2-11.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

  libstdc++-devel-4.4.7-17.el6.x86_64: failure: Packages/libstdc++-devel-4.4.7-17.el6.x86_64.rpm from base: [Errno 256] No more mirrors to try.

看報錯的大意就是說,映象找不到,即源沒有找到;然後我就到網上搜了下,看可以用下面方法解決:

[Errno 256] No more mirrors to try. 得知這可能是錯誤的快取源導致,直接兩個命令解決:
yum clean all
yum makecache

但是我這裡執行到 yum makecache 這個指令的時候還是又報錯如下:

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

[[email protected] softback]# yum -y install gcc gcc-c++ kernel-devel

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

[[email protected] softback]# yum install gcc-c++ libstdc++-devel

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


國內伺服器在執行命令yum -y install wget的時候會出現這種問題,

這種錯誤,是因為沒有配置/etc/resolv.conf。
解決方法:編輯resolv.conf檔案,新增:nameserver 8.8.8.8 

然後儲存退出即可。

然後在執行 yum makecache 指令,等該指令結束後再執行安裝gcc指令,就可以安裝成功了!


相關推薦

Centos6.5安裝GCC遇到的問題解決

以前安裝gcc好像都很順暢,但是今天不知道咋回事在一個centos系統的虛擬機器上使用yum命令安裝gcc的時候一直報錯。 我執行的安裝指令是:yum -y install gcc gcc-c++ kernel-devel 報錯內容(部分): Error Download

centos6.9安裝mariadb失敗解決辦法

yum install MariaDB-server MariaDB-client 提示:mysql-server-5.1.73-8.el6_8.x86_64 was supposed to be removed but is not! 因為安裝作業系統的時候,mysql也一塊安裝了,但安裝MariaDB並

CentOS 7 安裝MySQL 5.6遇到問題解決方案

linux localhost not ces name 解決 info target case centos下安裝mysql真的沒有想象中那麽容易,在這裏我總結一下遇到的問題 1. ERROR 2002 (HY000): Can’t connect to loca

Centos6.5安裝網絡配置

顯卡 我們 3.5 deb 安裝 意思 ifg 網絡 scripts 安裝Centos 6.51、安裝或更新系統2、安裝顯卡驅動3、系統修復4、從硬盤啟動5、內存測試開始安裝。2 安裝Centos,如圖。這裏的意思是,按OK測試安裝媒體,即DVD光盤,直接SKIP跳過。3

centos6.5安裝kvm vnc圖形化連接遇到的問題

KVMcentos 6.5 查看是否支持虛擬化:egrep ‘vmx|svm‘ /proc/cpuinfo,如果什麽都沒有返回信息,那麽就是要進行配置支持虛擬化了 安裝KVM虛擬機yum install qemu-kvm qemu-kvm-tools virt-manager libvirt -y-----

redis CentOS6.5安裝集群部署

src CP AI 3.2 bubuko 日誌 分享圖片 support tor 1.下載redis source包 鏈接:https://pan.baidu.com/s/122ZCjNvjl9Jx6M2YsLrncw 密碼:92ze 2.解壓 tar -xzf redis

CentOS6.5安裝Docker 阿里雲伺服器centos6.5 安裝docker報錯的問題解決方案

筆者這裡是用CnetOS6.5系統,開始安裝Docker之旅: [[email protected] ~]# uname -r2.6.32-431.el6.x86_64 [[email protected] ~]# cat /etc/iss

轉載:虛擬機器安裝centos6.5出現 unsupported hardware detected 解決方法

BIOS開啟Virtual Technology虛擬化技術就可以了 一、進入BIOS 參考以下按鍵,開機時按住對應的鍵進入BIOS: 普通相容機直接在開機時按Del鍵或Delete鍵進入BIOS; 華碩按F8、Intel按F12,其他品牌按ESC、F11或F12; 筆記本

centos6.5安裝docker遇到的錯誤

     Docker容器最早受到RHEL完善的支援是從最近的CentOS 7.0開始的,官方說明是隻能運行於64位架構平臺,核心版本為2.6.32-431及以上(即 >= CentOS 6.5,執行docker時實際提示3.10.0及以上)。 需要注意的是Cen

centos6.5 安裝python 3.5pip安裝

1、CentOS6.5 安裝Python 的依賴包 yum groupinstall "Development tools" yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-deve

虛擬機器安裝centos6.5出現 unsupported hardware detected 解決方法

一、進入BIOS 參考以下按鍵,開機時按住對應的鍵進入BIOS: 普通相容機直接在開機時按Del鍵或Delete鍵進入BIOS; 華碩按F8、Intel按F12,其他品牌按ESC、F11或F12; 筆記本以品牌分,聯想ThinkPad系列按F1,其他品牌按F2; 品牌桌上型電腦按品牌分, Del

RedHat6.5安裝MySQL5.6解除安裝MySQL5.6(安裝解除安裝過程常見問題解決

準備工作: 下載mysql5.6的tar包:MySQL-5.6.16-1.el6.x86_64.rpm-bundle.tar 開始安裝: 1、建立mysql使用者及使用者組 #groupadd mysql #useradd -r -g mysql mysql 2、複

Centos6.5 安裝zabbix3

reload 地址 dlx operation $1 按鈕 mes load target 1.安裝PHP Zabbix 3.0對PHP的要求最低為5.4,而CentOS6默認為5.3.3,完全不滿足要求,故需要利用第三方源,將PHP升級到5.4以上,註意,不支持PHP7

【Linux】 CentOS6.5安裝Python2.7以及pip等工具

自己 lin 存在 lean prefix nbsp ase 路徑 details 原文地址http://blog.csdn.net/u012538536/article/details/47360929。 CentOS6.5下是原來就有python的,我的鏡像裏面自帶的

centos6.5 安裝rabbitMQ3.6.6

local 加密 通信 centos6.5 安裝rabbitMQ3.6.61.安裝依賴包yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel unixODBC unixODBC-devel2.安裝語

CentOS6.5升級GCC

gcc、glibc、libstdc++一、gcc 各發行版本Linux中,其自帶的gcc安裝源版本都比較舊,我所使用CentOS 6系統中,gcc版本只有4.4.7。但在編譯程序或運行程序時需要更高版本的gcc,只能手動編譯安裝gcc。1、查看當前系統上gcc的版本[[email protecte

170503、centos6.5安裝mysql5.6.30

pro groupadd init.d 解決方法 pad 配置文件 虛擬機 isp cnblogs 準備:虛擬機地址:192.168.0.110 安裝目錄/usr/local/ 首先卸載已經安裝的mysql使用命令查看rpm -qa | grep mysql卸載使用 rp

centos6.5安裝Nginx

.html nginx gui 啟動 div -s uid cnblogs logs 設置源 創建文件 /etc/yum.repos.d/nginx.repo ,內容為: [nginx] name=nginx repo baseurl=http://nginx.o

centos6.5安裝xampp報錯

xampp lib.so.6 egrep安裝完xampp 5.6.3後,執行/opt/lampp/lampp報錯[[email protected]/* */_server ~]# /opt/lampp/lamppegrep: error while loading shared librari

Centos6.5 安裝配置docker

win7 64 div 系統 entos err vagrant ror virt grant 宿主機:win7 64位 vagrant封裝環境運行在VirtualBox 虛擬機上CentOS6.5,這是做測試時的一個環境,順便錯用安裝docker玩玩。 cento