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

Re: Problems with running 'ns'...



On Tue, 23 Sep 1997 02:00:28 +0530, [email protected] wrote: 
>... when
>I tried to run the test program such as:
>./ns test-suite.tcl tahoe1
>
> I get the error message : ns: can't load library libotcl.so
>When I checked whether the library is in /usr/local/lib
>it was there. Is there any other location it ns would check.
>Is it possible to make it to look at /usr/local/lib ?
>Kindly let me know.

This is probably a dynamic linking problem or configuration error with
your system.  I recommend you investigate the man pages ld.so(8),
ld(8), and/or ldd(8).  I suspect you will find that your
LD_LIBRARY_PATH needs to be augmented.

   -John Heidemann