Add missing LD_LIBRARY_PATH to Dockerfiles for Debian 12/13 and Fedora 39/41 - #454
Open
kkebo wants to merge 6 commits into
Open
Add missing LD_LIBRARY_PATH to Dockerfiles for Debian 12/13 and Fedora 39/41#454kkebo wants to merge 6 commits into
LD_LIBRARY_PATH to Dockerfiles for Debian 12/13 and Fedora 39/41#454kkebo wants to merge 6 commits into
Conversation
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
April 7, 2025 15:54
d4d1492 to
e82a2d1
Compare
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
April 24, 2025 11:06
e82a2d1 to
66501d6
Compare
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
July 9, 2025 15:29
66501d6 to
836e388
Compare
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
August 14, 2025 14:09
c7619c5 to
f4e3f9d
Compare
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
September 4, 2025 13:29
f4e3f9d to
93058c1
Compare
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
September 13, 2025 12:53
93058c1 to
22a511b
Compare
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
December 8, 2025 17:32
22a511b to
a9bd7c5
Compare
Member
Author
|
I updated this PR for 6.3 Dockerfiles. |
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
January 26, 2026 02:30
6807b66 to
f12ab7f
Compare
LD_LIBRARY_PATH to Dockerfiles for Debian 12 and Fedora 39LD_LIBRARY_PATH to Dockerfiles for Debian 12 and Fedora 39/41
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
May 3, 2026 02:01
f12ab7f to
8b1f7c4
Compare
LD_LIBRARY_PATH to Dockerfiles for Debian 12 and Fedora 39/41LD_LIBRARY_PATH to Dockerfiles for Debian 12/13 and Fedora 39/41
LD_LIBRARY_PATH to Dockerfiles for Debian 12/13 and Fedora 39/41LD_LIBRARY_PATH to Dockerfiles for Debian 12/13 and Fedora 39/41
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
2 times, most recently
from
June 2, 2026 17:02
447abb8 to
57fc6b5
Compare
This fixes the issue that you can not run executables built outside the container.
kkebo
force-pushed
the
add-ld-library-path-to-debian-and-fedora
branch
from
July 21, 2026 14:47
57fc6b5 to
747ad17
Compare
Member
Author
|
If PR #590 is merged, this PR will be obsolete. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes the following issue that you can not run executables built outside the container.
The reason why
LD_LIBRARY_PATHis needed is Dockerfiles for Debian 12 and Fedora39 install libraries under${SWIFT_PREFIX}/usr/libinstead of/usr/lib.