thanks but that didn't seem to work. I still can't see it in my 
ld_library_path using ldd /bin/bash.

any other suggestions?

> On Thu, Jun 08, 2000 at 11:27:02PM +0000, Joseph de los Santos wrote:
> > seeing in the list recently. I would like to know how to set my 
> > LD_LIBRARY_PATH to say, add a $PWLIBDIR/lib to my LD_LIBRARY_PATH 
> > environment 
> > variable.
> 
> 
> from "man ld.so"
> ENVIRONMENT
>        LD_LIBRARY_PATH
>               A  colon-separated  list of directories in which to
>               search for ELF libraries at execution-time.   SimiĀ­
>               lar to the PATH environment variable.
> 
> 
> So, assuming you are running bash:
> 
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWLIBDIR/lib
> 
> 
> If you want that to run every time you log in, you can put it in your
> ~/.bash_profile.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Reply via email to