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: Building glibc 2.19 for OS/ABI UNIX - System V


On Thu, Jul 24, 2014 at 2:54 PM, Shaun Jackman <sjackman@gmail.com> wrote:
> $ LD_LIBRARY_PATH=~/local/Cellar/glibc/2.19/lib ~/local/bin/hello
> /home/sjackman/local/bin/hello: error while loading shared libraries:
> /home/sjackman/local/Cellar/glibc/2.19/lib/libc.so.6: ELF file OS ABI
> invalid

You can't run your binary that way.

Please see this wiki page about building and testing your builds:
https://sourceware.org/glibc/wiki/Testing/Builds

You need to run the binary under the *new* dynamic loader, and using
the *new* core libraries.

We do not support using the old dynamic loader with new libraries.

Cheers,
Carlos.


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