Search results

  1. S

    [RESOLVED] execve() Exec format error

    Hello, I'm surprised by the speed of execution of programs in C compared to PHP, so I decided to work with CGI programs. I did a "Hello, World" and compiled it on Linux, but after uploading to the server, gives me this error. Here is the source code. #include <stdio.h> int main() {...
Top