This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: librt and libpthread in alternate prefix


On Tuesday 12 May 2009 10:15:16 Poor Yorick wrote:
> Mike Frysinger wrote:
>  > On Monday 11 May 2009 23:34:16 Poor Yorick wrote:
>  >> Because my goal is to build a software collection in an alternate
>  >> library path which uses its own glibc, I'm trying to get the new loader
>  >> to work from the alternate location without setting --library-path.
>  >
>  > so use a wrapper script that builds paths using $0
>
> That's a kludge that doesn't work well, since wrapper scripts aren't
> suitable for the #! line.

i dont really know what you're talking about here.  #!/bin/sh works just fine.

> Wouldn't embedded RPATH/RUNPATH entries be an
> alternative?

no, as has been explained multiple times in this list.  you cannot mix and 
match ldso's and C libs.
-mike


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]