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

Re: Can't find shared libraries

1999-11-09 Thread Marcin Kurc
You need to install xlib6. then you have: /usr/lib/libc5-compat/libXt.so.6 /usr/lib/libc5-compat/libXt.so.6.0 On Tue, Nov 09, 1999 at 03:45:24PM +, [EMAIL PROTECTED] wrote: > I installed slink using the CD that came with the New Riders > book and seem to have a problem finding shared librar

Can't find shared libraries

1999-11-09 Thread Stephen . Murphy
I installed slink using the CD that came with the New Riders book and seem to have a problem finding shared libraries. When I try and run wordperfect I get - xwp: can't load library 'libXt.so.6' locate libXt.so.6 produces /usr/X11R6/lib/libXt.so.6 /usr/X11R6/lib/libXt.so.6.0 I check permissio