Inetd error

I'm getting the following on a Solaris 7 box when I try to start inetd:ld.so.1: inetd: fatal: libnsl.so.1: version `SUNW_1.7' not found (required by file inetd)KilledThe lib is in /usr/lib, what do I need to do to fix this?
[260 byte] By [akbeech] at [2007-11-25 23:18:00]
# 1
set your LD_LIBRARY_PATH variable to have the /usr/lib in it.LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib; export LD_LIBRARY_PATH
dwlahiri at 2007-7-5 18:06:29 > top of Java-index,General,Talk to the Sysop...