Open dtcomp opened 2 weeks ago
Can you run ldd
on your binary and put the results here.
E.g.
ldd monero-wallet-cli linux-vdso.so.1 (0x00007ffc1435a000) libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x00007f9e6624f000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9e64b21000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9e64940000) /lib64/ld-linux-x86-64.so.2 (0x00007f9e66289000) Debian Bookworm
It looks like 2 libs prevent static link - libudev and libgssapi_krb5. It was simple to get a static libudev, but still working on libgssapi_krb5. update: mebbe not worth the bother: the above-mentioned libs define the same function (memdup) - so link-time errors...
I wanted to build a static monero-wallet-cli. The compile finished, but apparently products are not static:
Linux bookworm 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux