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

Re: How to load .so library??





try this if you are not the root:
	setenv LD_LIBRARY_PATH {path1:path2:path3}


On Tue, 7 Dec 1999, Maksim N. Stolyarov wrote:

> 
> 
> 	Hi,
> 
> 	Try issue ldconfig as root (man ldconfig is useful as well).
> 
> 	Regards, Mak.
> 
> 
> On Tue, 7 Dec 1999, CWen56 wrote:
> 
> > [root@atmlab05 bin]# ldd ns
> >  libotcl.so => not found
> >  libtk8.2.so => not found
> >  libtcl8.2.so => not found
> >  libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4001b000)
> >  libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40026000)
> 
> > but that three files have already been put in /usr/local/lib
> 
>