why do I need this: procmgr_symlink ../../proc/boot/libc.so.

Hi All,

this is a fragment of my buildfile:

PATH=:/proc/boot:/bin:/sbin:/usr/bin:/usr/sbin
LD_LIBRARY_PATH=:/proc/boot:/lib:/usr/lib:/lib/dll procnto-booke -fe -v
}
[+script] .script = {
procmgr_symlink …/…/proc/boot/libc.so.2 /usr/lib/ldqnx.so.2

Question:

Why do I need the link “ldqnx.so.2” in the directory “/usr/lib/” ?

I would like to place it directly into /proc/boot/ because the libc is
also there. But it doesn’t work though /proc/boot is in the
LD_LIBRARY_PATH…

Any Ideas?

Thanks for any hint!

Radix