Hello! I haven't found much documentation on this topic: can you run precompiled CGI binaries (C with a dynamic MySQL dependency) on a shared web‑hosting plan (specifically Starter).
I compiled them with GCC on Linux x86_64. If anyone would like to take a look at my Makefile, let me know if that would help.
I tried putting them on the server (www/, www/cgi-bin/) but nothing works. A 500 error on every attempt. The HTTP and server logs haven't really helped.
It's not very clean, but it runs on all my computers... I wouldn't be surprised if the problem is the missing mysqlclient library on the shared‑hosting servers. I also haven't been able to find a static version of it.