Re: header files



yo wrote:
Should i do a --force with the same version of glibc or and updated
version ?

if you install the same version of glibc-headers (mock up package versions):

rpm -Uvh --force glibc-headers-2.1.1-1.alpha.rpm


if you install a newer version, then you need to update both glibc and the header file packages (mock up package versions):

rpm -Uvh glibc-2.1.2-1.alpha.rpm glibc-headers-2.1.2-1.alpha.rpm

Keep in mind that in old versions of RedHat, the glibc-headers is called kernel-headers (I hope it was that it was called, long time since I used RH6).


//Aho
.