Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-26 Thread Bob Proulx
Mark Cuss wrote: > I'm pretty certain that I'm not the only person who struggles with the "Oh, > that app was built on RH 8 so it won't run on RH 7.3" problems, so I'm > trying to find a solution where I can configure my build system in such a > way that I can distribute a set of libraries with

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-26 Thread Ranjit Mathew
Mark Cuss wrote: > > I'm pretty certain that I'm not the only person who struggles with the "Oh, > that app was built on RH 8 so it won't run on RH 7.3" problems, so I'm > trying to find a solution where I can configure my build system in such a > way that I can distribute a set of libraries wi

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-26 Thread Mark Cuss
Oh! I didn't know you could do that! Thanks very much! Mark - Original Message - From: "Haren Visavadia" <[EMAIL PROTECTED]> To: "Mark Cuss" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 26, 2005 1:29 PM Subject: Re: How to make an application l

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-26 Thread Haren Visavadia
--- Mark Cuss wrote: > > For #1, if I build with --static, then no libraries > can be linked in > dynamically at runtime... I need to do this for > some custom Qt libraries > and plugins, so I can't just make a completely > static executable. This is > unfortunate - the resulting binaries wou

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-26 Thread Mark Cuss
the Red Hats, Fedora Cores, and RHELs anyways. Mark - Original Message - From: "Kai Ruottu" <[EMAIL PROTECTED]> To: "Mark Cuss" <[EMAIL PROTECTED]> Cc: Sent: Friday, July 15, 2005 4:27 AM Subject: Re: How to make an application look somewhere other t

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-26 Thread Mark Cuss
--- Original Message - From: "Daniel Kegel" <[EMAIL PROTECTED]> To: ; "Mark Cuss" <[EMAIL PROTECTED]> Sent: Thursday, July 14, 2005 4:07 PM Subject: How to make an application look somewhere other than /lib for ld-linux.so.2 "Mark Cuss" <[EMAIL PROT

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-15 Thread Kai Ruottu
Kai Ruottu kirjoitti: Mark Cuss kirjoitti: So - the question is: How do I do this? Even though LD_LIBRARY_PATH points to ./ as it's first entry, ldd still looks in /lib first for ld-linux.so.2. I've tried the rpath option to ld at link time, but that doesn't work either. It seems that thing

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-15 Thread Kai Ruottu
Mark Cuss kirjoitti: Hello all I apologize if this is off topic for this list - I wasn't sure exactly where to ask but I thought this would be a good place to start: Something for newbies like gcc-help? I'm trying to get myself a group of libraries that I can distribute with my program so

How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-14 Thread Daniel Kegel
"Mark Cuss" <[EMAIL PROTECTED]> wrote: I'm trying to get myself a group of libraries that I can distribute > with my program so that they'll run on any distro. > I run into problems all the time when different distros have different versions of system libraries like libstdc++, libgcc, libc, etc

How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-14 Thread Mark Cuss
Hello all I apologize if this is off topic for this list - I wasn't sure exactly where to ask but I thought this would be a good place to start: I'm trying to get myself a group of libraries that I can distribute with my program so that they'll run on any distro. I run into problems all the