[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

mk-images creates wrong link /lib/ld-linux.so.2



Hi,

After running in anaconda 11.5.0.12: 
	make DESTDIR=/f11/anaconda/out REPO=/f11/repo testiso
in initrd.img image, link /lib/ld-linux.so.2 point at ld-linux.so.2 instead of ld-2.9.90.so.

# ls -l ld-linux.so.2 
lrwxrwxrwx 1 root root 13 2009-02-07 05:21 ld-linux.so.2 -> ld-linux.so.2

I've found in script scripts/mk-images function instbin() which creates
ld-linux.so.2, but only if ld-linux.so.2 have been created already. 
I've tried only this function and it created bad link if there wasn't any linker
 in /lib directory. 

--
Jacek







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]