-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
The file websocat.arm-unknown-linux-musleabi used to be statically linked in V11, but in V12, it is now dynamically linked, which does not work on several of the legacy systems I have tried it on.
As an example, the dynamic linker mentioned in the V12 file is /usr/lib/ld.so.1, but on one of my systems, the actual (incompatible) dynamic linker is /lib/ld-linux-armhf.so.3 on another system it's /lib/ld-linux.so.3.
So I'd just appreciate if (on the next release, perhaps), you could reintroduce a version for arm that is statically linked.
Metadata
Metadata
Assignees
Labels
No labels