-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Program headers not in the first page when trying to run on FreeBSD #38
Comments
freebsd/freebsd-src@1cfd0bd seems to have some information on this: @DarkHelmet433 wrote there in 1998:
And @emaste added the |
Possibly caused by Underlying issue |
I'm testing using LIEF tool to change the PT_INTERP segment in ELF files. But now I'm getting an EditIt seems that the ld-linux binary that comes in ubuntu is not compatible with FreeBSD. When executed manually it complains with this message:
|
EditWith patchelf 0.12, |
I guess that I can close this issue, as it's related to patchelf. Please feel free to reopen it if required. The solution: use |
This is excellent news @azubieta - but don't the new |
The binaries ran well on FuryBSD after being patched, also they ran on all the docker containers. Do you remember in which systems this used to happen? |
I remember that it crippled Qt libs. |
I'm only patching the executable (not the libraries), maybe that's why it doesn't produce any issues. |
Program headers not in the first page
error message when trying to run the contents of extracted AppImages on FreeBSD.AppImage/AppImageKit#98 (comment)
Same issue with the GCompris AppImage.
Interestingly, this error does not happen e.g., with the Akira AppImage that was made with go-appimage's
appimagetool -s deploy
: akiraux/Akira#3 (comment)I don't have any idea yet what may be causing this. Probably something related to the way the ingredients are compiled, or something about the systems/tools they are compiled on?
(May be useful for testing: https://www.nomadbsd.org/)
The text was updated successfully, but these errors were encountered: