linuxthor / uul

ELF binary that runs on several different *nix flavours. Works out which variant it's being run on and runs code specific to that.
39 stars 0 forks source link

Not working for DragonflyBSD after version 5.4.3 #1

Open linuxthor opened 4 years ago

linuxthor commented 4 years ago
ELF binary type "9" not known.
-sh: /tmp/uul: Exec format error

Seems like OS ABI 0 is expected here.

Appears to create a situation where it's a choice between FreeBSD and DragonflyBSD compatibility unless a workaround can be found.

linuxthor commented 4 years ago

Dragonfly won't accept an OS ABI value other than 0 FreeBSD won't accept an OS ABI value other than 9

linuxthor commented 4 years ago

Working OK for Dragonfly 5.4.3