Open
Description
I have a binary I am packaging with appimage. Before it is packaged with appimage I run "readelf -a" on it and in the ".dynsym" table has 5299 entries. However after it is processed by the appimage builder the .dynsym table only has 1030 entries and is missing at least one symbol in that table that I need and causes an "undefined symbol" upon running the appimage. There is shared object library that is linked to the binary that needs to call that symbol which is statically linked into the binary. The binary runs ok without appimage builder.
Metadata
Metadata
Assignees
Labels
No labels