sipp icon indicating copy to clipboard operation
sipp copied to clipboard

Github action build-static doesn't produce a static build

Open negbie opened this issue 3 years ago • 1 comments

I've tried the build-static action from @rkday but the produced binary isn't static:

ldd sipp linux-vdso.so.1 (0x00007ffef1198000) libgsl.so.23 => not found libgslcblas.so.0 => not found libpcap.so.1 => not found libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fa20ac35000) libc.musl-x86_64.so.1 => not found libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa20aae6000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa20a8f2000) /lib64/ld-linux-x86-64.so.2 (0x00007fa20b0fc000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fa20a8d7000)

negbie avatar Apr 06 '21 22:04 negbie

Yes. I noticed this as well.

I don't use these, so I'd rather remove support than waste time fixing it. @rkday ?

wdoekes avatar Nov 03 '21 07:11 wdoekes

I don't actually use them any more either, but I think #614 has fixed.

rkday avatar Apr 01 '23 09:04 rkday

Thanks!

negbie avatar Apr 04 '23 08:04 negbie