Anyone else got this error and managed to solve it?
/usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./space_mech_pilot)
Hi! The linux build might be outdated, can look into this for you!
No worries, not urgent. Looks like a cool game. Thanks for the sale.
Interesting. Why does this game even need curl?
I was able to get it to run ok (not using the itch launcher) by installing the libcurl-compat package and using:
$ LD_PRELOAD=/usr/lib/libcurl.so.3 ./launch.sh
I'm not sure why the dependency on libcurl exists, but it would be nice to update to work with contemporary libcurl.
Thanks for suggesting the solution.