boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
479 stars 36 forks source link

gurk with musl isn't compiled as stattic binary and has dependancy on libc #149

Closed CompuRoot closed 1 year ago

CompuRoot commented 2 years ago
ldd gurk 
    linux-vdso.so.1 (0x00007ffe9c746000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f14bc81a000)
    libc.musl-x86_64.so.1 => not found
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f14bc65a000)
    /lib/ld-musl-x86_64.so.1 => /lib64/ld-linux-x86-64.so.2 (0x00007f14bd69a000)

Suggestion to compile it in Alpine linux

gferon commented 1 year ago

The latest binary is statically linked, so I'll close this issue.