On Wed, 27 Sep 2000 [EMAIL PROTECTED] wrote:

> libdb.so.3 => not found
> 
> How would I go about setting my "LD_LIBRARY_PATH" to include 
> libdb.so.3?  
> 

Let's say that you type 'locate libdb.so.3' and you get '/lib/libdb.so.3'
(because that's where it is on my box).

So in your .bashrc file (or, God forbid, .cshrc), type something to the
effect of the following:

export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/lib

For .cshrc, I leave it up to you to figure out how to do it (but I think all
you have to do is chage 'export' to 'set' and get rid of the '=').  The next
time you start your shell, perl should be able to find everything it needs.

HTH

----------------------------------------------------------------------
Stephen W. Juranich                         [EMAIL PROTECTED]
Electrical Engineering         http://students.washington.edu/sjuranic
University of Washington             http://rcs.ee.washington.edu/ssli


Reply via email to