An open API service indexing awesome lists of open source software.

https://github.com/njsmith/rpath-weirdness


https://github.com/njsmith/rpath-weirdness

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Simple example to demonstrate strange aspect of glibc library lookup

See: https://sourceware.org/bugzilla/show_bug.cgi?id=19884

Usage:
```
$ ./build.sh
$ LD_DEBUG=libs,scopes ./main
```

To demonstrate a workaround using `patchelf`:
```
$ ./build.sh --workaround
$ LD_DEBUG=libs,scopes ./main
```