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

libotcl.so



Hi,,
    I do not know what's wrong with my ns... whenever I invoke the
ns command, I received these error messages:

ld.so.1: ns: fatal: libotcl.so: open failed: No such file or directory

I have browsed the NS installation problems web site, but does not
help much.... I have installed all the ns stuff into my home directory
instead of usr/local... Therefore, I have set the LD_LIBRARY_PATH
into my home directory... or is there anything missing from my .cshrc
file?

part of my cshrc file (that indicate the nsallinone directory):
:
:

#setenv LD_LIBRARY_PATH
"$OPENWINHOME/lib:/usr/lib:/usr/local/lib:/opt/SUNWmfwm/lib"
#setenv LD_LIBRARY_PATH /usr/ccs/lib:$LD_LIBRARY_PATH
#setenv LD_LIBRARY_PATH $SPARCWORKSHOME/lib:/usr/ucblib:$LD_LIBRARY_PATH

#setenv LD_LIBRARY_PATH /usr/local/simulabin/lib:$LD_LIBRARY_PATH
setenv LD_LIBRARY_PATH /home/thomas/harlisya/NS/otcl:$LD_LIBRARY_PATH
:
:
set path = ($path /home/thomas/harlisya/NS/bin)

:
:

So, far, my attempts are:
(1) "find . -name 'libotcl.so'" in the  ns directory. The libotcl.so is
indeed in the
otcl directory... and I have already add the $LD_LIBRARY_PATH to it in
my
cshrc file (please refer above)

(2) I have downloaded the current version of otcl and installed it...
but, still have
the same problems...

I really appreciate any help!

Thank you.

harlisya