Teo Fonrouge wrote: > On Friday 25 January 2008 10:11:02 am Neal Becker wrote: >> I have the same result on 1 box (but not on another). >> >> Both x86_64. Both nvidia kmod. >> >> Any solution? > > Are you having the same result that Kevin was getting ?: > >>>> Installing: kernel ######################### >>>> [1/4] /sbin/mkinitrd: line 186: 12264 Segmentation fault $ldso >>>> --verify $bin > /dev/null 2>&1 > > If this is your case too, then you need to check the output of the: > > ls -l /lib*/ld*.so* > > and see if you have a old glibc file (o more than one) utility needed to > run ELF executables. > > I don't have a x86_64 box available, but in my FC8 i386, the output from > the above command is (check the /lib*/ld*.so* files contained in the glibc > package for x86_64): > > -rwxr-xr-x 1 root root 128952 2007-10-18 03:49 /lib/ld-2.7.so > lrwxrwxrwx 1 root root 9 2007-11-10 01:22 /lib/ld-linux.so.2 -> > ld-2.7.so > lrwxrwxrwx 1 root root 13 2007-11-10 02:23 /lib/ld-lsb.so.3 -> > ld-linux.so.2 > > The current glibc version is 2.7-2, check your installation with: > > # rpm -q glibc > > If you have older glibc packages installed you can try to remove it, if > you don't have the rpm packages installed, then may be you'll need to > remove the older files manually. > > I seem to have the same symptoms, but this seems OK: ls -l /lib*/ld*.so* -rwxr-xr-x 1 root root 133616 2007-10-18 04:31 /lib64/ld-2.7.so lrwxrwxrwx 1 root root 9 2007-11-03 06:13 /lib64/ld-linux-x86-64.so.2 -> ld-2.7.so lrwxrwxrwx 1 root root 20 2007-11-03 06:27 /lib64/ld-lsb-x86-64.so.3 -> ld-linux-x86-64.so.2 -rwxr-xr-x 1 root root 128952 2007-10-18 04:49 /lib/ld-2.7.so lrwxrwxrwx 1 root root 9 2007-11-03 06:13 /lib/ld-linux.so.2 -> ld-2.7.so lrwxrwxrwx 1 root root 13 2007-11-03 06:27 /lib/ld-lsb.so.3 -> ld-linux.so.2 [nbecker@nbecker1 ~]$ rpm -q glibc glibc-2.7-2.i686 glibc-2.7-2.x86_64