LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora failing to install glibc-headers (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-failing-to-install-glibc-headers-4175491549/)

CGBS 01-16-2014 08:46 PM

Fedora failing to install glibc-headers
 
I am trying to install glibc-headers via yum, and it keeps failing:
Code:

error: %pre(glibc-headers-2.18-11.fc20.i686) scriptlet failed, exit status 127
Error in PREIN scriptlet in rpm package glibc-headers-2.18-11.fc20.i686
  Verifying  : glibc-headers-2.18-11.fc20.i686                              1/1

Failed:
  glibc-headers.i686 0:2.18-11.fc20

I am using Fedora 20 with default repositories fully updated

Ztcoracat 01-16-2014 11:21 PM

Hi:

Try running-
Code:

yum clean all
Than proceed to install again.

In some cases it was a bug-
https://bugzilla.redhat.com/show_bug.cgi?id=543250

Do you have libgcc?
Ensure that your not missing any libraries.

http://pkgs.org/fedora-20/fedora-x86...86_64.rpm.html
http://rpmfind.net/linux/RPM/fedora/...20.x86_64.html
http://forums.fedoraforum.org/showthread.php?t=84520

Hope that helps-;)

John VV 01-17-2014 02:17 AM

also are you REALLY installing the 32 bit " glibc-headers.i686"
the i686" means that it is the 32 bit version and not the 64 bit os version
-- both can be installed but different things use them

running this will install the 64 bit version
Code:

su -
yum install glibc-headers

this will install the 32 bit version
Code:

su -
yum install glibc-headers.i686

but installing the -devel rpm might be a bit better
Code:

su -
yum search glibc
------- then from the output ---
yum install glibc-devel



All times are GMT -5. The time now is 04:17 PM.