Pascal Giard <[EMAIL PROTECTED]> writes: > reassign 316476 initrd-tools > reassign 316453 initrd-tools > thx! > ---- > First of all, i'm reassigning this to initrd-tools as this is not > related to the kernel-source nor image. > > I found a quite good solution to solve the issue. > > in my /etc/mkinitrd/mkinitrd.conf, i changed: > INITRD_LD_LIBRARY_PATH=$LD_LIBRARY_PATH > to > INITRD_LD_LIBRARY_PATH=/lib:/lib64:$LD_LIBRARY_PATH > > i know /lib64 is theoritically useless, but i didn't tried w/o so i'm > including it here to. > > other amd64 users might encounter this problem in the near future so i > hope you guys will look at this. > > thanks! > > -Pascal
Under Debian /lib64 is a link to /lib. /lib64/ld-linux-x86-64.so.2 has to exist. Your change should have no effect at all as LD_LIBRARY_PATH is usualy unset and /lib is already in the default path. Caoul you add a "set -x" to /usr/sbin/mkinitrd, reinstall the kernel-image and send us a log of the output please. MfG Goswin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]