Skip to content

Linking essential libraries from AppImage. #1261

Closed Answered by probonopd
GamePlayer-8 asked this question in Q&A
Discussion options

You must be logged in to vote

Instead of exec "${TICLOCK_EXEC}" $@ you need to execute the musl libc ld loader, roughly along these lines:

${TICLOCK_RUNPATH}/lib/ld-musl-x86_64.so.1 "${TICLOCK_EXEC}" $@

I didn't test this but it should give you an idea.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GamePlayer-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants