james terris <[EMAIL PROTECTED]> writes: > Then I enter the command: > > LD_LIBRARY_PATH=/mnt/lib /mnt/sbin/lilo -r /mnt > > And i get the error: > > sh: /lib/ld_linux.so.2: version 'GLIBC_PRIVATE' not found (required by > /mnt/lib/libc.so.6)
Not having any idea what you're booting off of, does something like this work: LD_LIBRARY_PATH=/mnt/lib:/mnt/usr/lib /mnt/lib/ld-linux.so.2 \ /mnt/sbin/lilo -r /mnt (In other words, explicitly specify the dynamic loader to use, in case the one on your boot floppy doesn't do the right thing.) -- David Maze [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]