> "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
"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
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
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
> "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
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
6 matches
Mail list logo