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