Is it possible to run a compiled program on a shared hosting account?I dont think I have permission to run gcc, but I can compile it elsewhere and download it - would that work?
A:
Yes it would work in most cases, as long as you can match system libraries / link statically. Anyway, you will get banned eventually :-)
PS. Try VPS, it's cheap and have no such embarassing restrictions.
BarsMonster
2010-10-07 07:42:48
Interesting - thanks for the pointer Bars - but why would I get banned??
matt_tm
2010-10-07 07:44:14
SHared hosting usually have very strict limitations. If everyone would run binaries - it would overload the server.
BarsMonster
2010-10-07 07:48:41