Linux - Yum Install GCC - Missing Kernel-headers

前端 未结 6 679
长发绾君心
长发绾君心 2021-01-31 08:23

When ever i try to install GCC on my linux (centos) It comes back with missing

glibc-headers-2.5-58.el5_6.4.x86_64 from updates has depsolving problems --

6条回答
  •  难免孤独
    2021-01-31 09:05

    try

    yum search kernel-headers
    

    gives:

    arm-gp2x-linux-kernel-headers.noarch : Kernel headers for Cross Compiling to
                                         : arm-gp2x-linux
    kernel-headers.x86_64 : Header files for the Linux kernel for use by glibc
    

提交回复
热议问题