yum安装gcc报错kernel-headers

简介:

在编译apr的时候,报错gcc没有安装,于是yum安装gcc,同样报错。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[root@plinuxos src] # yum install -y gcc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
  * base: mirrors.btte.net
  * epel:  ftp .cuhk.edu.hk
  * extras: mirrors.btte.net
  * updates: mirrors.btte.net
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-11.el7 will be installed
--> Processing Dependency: cpp = 4.8.5-11.el7  for  package: gcc-4.8.5-11.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12  for  package: gcc-4.8.5-11.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit)  for  package: gcc-4.8.5-11.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit)  for  package: gcc-4.8.5-11.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-11.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-157.el7_3.5 will be installed
--> Processing Dependency: glibc-headers = 2.17-157.el7_3.5  for  package: glibc-devel-2.17-157.el7_3.5.x86_64
--> Processing Dependency: glibc = 2.17-157.el7_3.5  for  package: glibc-devel-2.17-157.el7_3.5.x86_64
--> Processing Dependency: glibc-headers  for  package: glibc-devel-2.17-157.el7_3.5.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
--> Running transaction check
---> Package glibc.x86_64 0:2.17-157.el7_3.4 will be updated
--> Processing Dependency: glibc = 2.17-157.el7_3.4  for  package: glibc-common-2.17-157.el7_3.4.x86_64
---> Package glibc.x86_64 0:2.17-157.el7_3.5 will be an update
---> Package glibc-headers.x86_64 0:2.17-157.el7_3.5 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1  for  package: glibc-headers-2.17-157.el7_3.5.x86_64
--> Processing Dependency: kernel-headers  for  package: glibc-headers-2.17-157.el7_3.5.x86_64
--> Running transaction check
---> Package glibc-common.x86_64 0:2.17-157.el7_3.4 will be updated
---> Package glibc-common.x86_64 0:2.17-157.el7_3.5 will be an update
---> Package glibc-headers.x86_64 0:2.17-157.el7_3.5 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1  for  package: glibc-headers-2.17-157.el7_3.5.x86_64
--> Processing Dependency: kernel-headers  for  package: glibc-headers-2.17-157.el7_3.5.x86_64
--> Finished Dependency Resolution
Error: Package: glibc-headers-2.17-157.el7_3.5.x86_64 (updates)
            Requires: kernel-headers >= 2.2.1
Error: Package: glibc-headers-2.17-157.el7_3.5.x86_64 (updates)
            Requires: kernel-headers
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest

安装kernel-headers即可解决问题

1
2
wget http: //vault .centos.org /5 .7 /os/x86_64/CentOS/kernel-headers-2 .6.18-274.el5.x86_64.rpm
rpm -ivh kernel-headers-2.6.18-274.el5.x86_64.rpm













本文转自Grodd51CTO博客,原文链接:http://blog.51cto.com/juispan/1953606 ,如需转载请自行联系原作者
相关文章
|
3月前
|
前端开发 C语言
gcc动态库升级
gcc动态库升级
|
11天前
|
存储 缓存 Linux
【Linux】另一种基于rpm安装yum的方式
通过本文的方法,您可以在离线环境中使用RPM包安装YUM并进行必要的配置。这种方法适用于无法直接访问互联网的服务器或需要严格控制软件源的环境。通过配置本地YUM仓库,确保了软件包的安装和更新可以顺利进行。希望本文能够为您在特定环境中部署YUM提供实用的指导。
78 0
|
1月前
|
编译器 Linux C语言
gcc的编译过程
GCC(GNU Compiler Collection)的编译过程主要包括四个阶段:预处理、编译、汇编和链接。预处理展开宏定义,编译将代码转换为汇编语言,汇编生成目标文件,链接将目标文件与库文件合并成可执行文件。
69 11
|
2月前
|
关系型数据库 MySQL Linux
Linux 安装 mysql【使用yum源进行安装】
这篇文章介绍了在Linux系统中使用yum源安装MySQL数据库的步骤,包括配置yum源、安装MySQL服务、启动服务以及修改root用户的默认密码。
Linux 安装 mysql【使用yum源进行安装】
|
1月前
|
Unix Linux Go
Linux 使用Yum安装Go和配置环境
Linux 使用Yum安装Go和配置环境
|
3月前
|
Oracle Java 关系型数据库
yum安装指定版本的openJDK
yum安装指定版本的openJDK
|
3月前
|
编译器 开发工具 C语言
Gcc 链接文件
Gcc 链接文件
38 4
|
3月前
|
编译器 C语言 C++
MinGW安装gcc
MinGW安装gcc
93 0
|
3月前
|
Linux Docker 容器
在CentOS操作系统上使用yum安装/使用/卸载Docker容器引擎
在CentOS操作系统上安装、配置、使用和卸载Docker容器引擎的详细步骤,包括配置Docker镜像加速的方法。
347 0
|
3月前
|
安全 Java 应用服务中间件
如何通过 Yum 在 CentOS 7 上安装 Apache Tomcat 7
如何通过 Yum 在 CentOS 7 上安装 Apache Tomcat 7
201 0