reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

Unable to use binary from releases #90

Open dufferzafar opened 2 years ago

dufferzafar commented 2 years ago
❯ ldd `which silver`
/spare/local/szafar/apps/bin//silver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /spare/local/szafar/apps/bin//silver)
/spare/local/szafar/apps/bin//silver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /spare/local/szafar/apps/bin//silver)
        linux-vdso.so.1 (0x00007ffe95d73000)
        libgtk3-nocsd.so.0 => /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007fefb1619000)
        libgit2.so.1.1 => not found
        libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007fefb1586000)
        libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007fefb12b0000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fefb12aa000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fefb128f000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fefb126a000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fefb111b000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fefb0f29000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fefb1b8e000)

Can you please provide a static binary built against musl & already including libgit2 ?