Skip to content

Ditch both LD_LIBRARY_PATH and /etc/ld.so.conf in favor of rpath #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2019

Conversation

tianon
Copy link
Member

@tianon tianon commented Sep 5, 2019

This compiles erl and openssl such that they pick up the right libssl.so automatically without any system tweaking (see https://en.wikipedia.org/wiki/Rpath for more information about rpath sections in executables).

Closes #364
Replaces/improves #310 (tested on arm64 to be sure 🤘)

This compiles `erl` and `openssl` such that they pick up the right `libssl.so` automatically without any system tweaking (see https://en.wikipedia.org/wiki/Rpath for more information about `rpath` sections in executables).
@yosifkit yosifkit merged commit df0ec8a into docker-library:master Sep 6, 2019
@yosifkit yosifkit deleted the rpath branch September 6, 2019 22:26
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Sep 6, 2019
Changes:

- docker-library/rabbitmq@df0ec8a: Merge pull request docker-library/rabbitmq#366 from infosiftr/rpath
- docker-library/rabbitmq@a5f3388: Ditch both LD_LIBRARY_PATH and /etc/ld.so.conf in favor of rpath
- docker-library/rabbitmq@47deb27: Update generated README
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Sep 9, 2019
Changes:

- docker-library/rabbitmq@853772e: Update to 3.8.0-rc.1, Erlang/OTP 22.0.7, OpenSSL 1.1.1c
- docker-library/rabbitmq@df0ec8a: Merge pull request docker-library/rabbitmq#366 from infosiftr/rpath
- docker-library/rabbitmq@a5f3388: Ditch both LD_LIBRARY_PATH and /etc/ld.so.conf in favor of rpath
- docker-library/rabbitmq@47deb27: Update generated README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSL error when using custom apk mirror
2 participants