Re: Program can't find shared libraries

2000-11-20 Thread Allan F. Caetano
> "Colin" == Colin Watson <[EMAIL PROTECTED]> writes: Colin> "Allan F. Caetano" <[EMAIL PROTECTED]> wrote: >>> "Matt" == Matt Miller <[EMAIL PROTECTED]> writes: Matt> 3. set some environment variable or something to tell Matt> this particular suite of programs to check the

Re: Program can't find shared libraries

2000-11-20 Thread Colin Watson
"Allan F. Caetano" <[EMAIL PROTECTED]> wrote: >> "Matt" == Matt Miller <[EMAIL PROTECTED]> writes: >Matt> 3. set some environment variable or something to tell >Matt> this particular suite of programs to check the app's >Matt> special /lib directory. > >LD_LIBRARY_PATH is your f

Re: Program can't find shared libraries

2000-11-20 Thread Erik Steffl
for quick solution use option 3 so that you don't polute your system. set $LD_LIBRARY_PATH to whatever directory you want to add as search path for shared libraries. separator is ':' (if you want to add more than one path) if you are going to use the shared libs by other programs, put them int

Re: Program can't find shared libraries

2000-11-20 Thread Hubert Chan
Matt Miller <[EMAIL PROTECTED]> writes: [cut] > 1. copy the libraries to /lib or /usr/lib Probably a bad idea. If you remove the program at some later time, you'll have to remember to remove the libraries. If you upgrade, you'll have to remember to copy the new versions. > 2. put symlinks in /l

Program can't find shared libraries

2000-11-20 Thread Allan F. Caetano
> "Matt" == Matt Miller <[EMAIL PROTECTED]> writes: Matt> I've built an application that consists of serveral executable Matt> programs and several shared libraries. The programs need the Matt> shared libraries, but the programs can't find the libraries. Matt> Here is an err

Program can't find shared libraries

2000-11-20 Thread Matt Miller
I've built an application that consists of serveral executable programs and several shared libraries. The programs need the shared libraries, but the programs can't find the libraries. Here is an error I receive when trying to start a program: /usr/local/panther/run/util/prodev: error w