library path in remote session

Hello:

I have two embedded systems. Both are booting ok and the LD_LIBRARY_PATH in both exist.

But when I do a telnet from one computer to the other one and I write:

set | more

The remote computer can not see the LD_LIBRARY_PATH, so any application that the remote computer try to use doesnt work!!
Any idea of what could be wrong in my image file or in my system?

Thank you

Try running…

getconf CS_LIBPATH

…on both targets as well.