Netboot Mailing List (by thread)

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

Re[2]: netboot via BOOTP



Ben Leung <godstick@geocities.com> wrote:
> yes, you're right.  I didn't have the necessary libraries in /lib.
> After I copied the whole /lib directory to the client's root filesystem,
> it boots up okay.  But I'm still getting some errors:
>
> 	<process> : can't map 'lib/libc.so.5.3.12'
> 	<process> : can't map 'lib/libc.so.5'
> 	<process> : can't load library 'libc.so.5'
>
> where <process> is the process that is being run, such as ls, ps, more,
> etc.  I am sure that I have this library in the /lib of the client's
> root filesystem.  How come it doesn't pick it up?

Hello,

you may have to set LD_LIBRARY_PATH to those directories containing your libs in
your login scripts (e.g. .bashrc).
Add the line

LD_LIBRARY_PATH=/lib:/usr/lib:$LD_LIBRARY_PATH

to your script and it should work.

Harry



For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.