Open Slyke opened 1 year ago
I tried the version you would have been using last week, 8.0.1, and it works fine for me... But I don't have access to a FreeBSD box right now, maybe run with strace or something and see what's going on?
I think something else is going on:
$ ./curl-amd64 "http://W.X.Y.Z/test?"
ELF binary type "0" not known.
./curl-amd64: Exec format error. Binary file not executable.
System installed (Dynamically compiled cURL):
$ curl "http://W.X.Y.Z/test?"
{}
Still investigating.
I also tried
brandelf -t linux ./curl-amd64
And get a similar error:
ELF binary type "3" not known.
./curl-amd64: Exec format error. Binary file not executable.
I believe this is because the binaries are only 32bit? At least that's what I'm finding in Google.
I created a simple http listener and nothing is sent out.