Search results

  1. S

    [RESOLVED] execve() Exec format error

    Thanks to everyone, the hosting provider gave me the Shell Access and I already compile the program. :D
  2. S

    [RESOLVED] execve() Exec format error

    Is there any way to create binaries that work for all distributions? Because I have a shared web hosting and have no direct access to compile. :(
  3. 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