Problem with execution of a self-built ghostscript binary on Linux

48 views Asked by At

I've been trying, for a few days now, to run GhostScript on a Red Hat 7.3.1 Server, without success. I tried running the binary provided by Ghostscript, but got a "bad ELF interpreter" error, and can't build from source code on this server, due to not being able to use gcc (I'm very limited to what I can do, the server being hosted by another company.

So I had the idea to build from source code on an ubuntu virtual machine by using ./configure and make, and transfer the binary to the server. But at execution of the binary on the server, I get a "Permission denied" error. I dont know much about the make command or, for that matter, about linux. Is there something I'm doing wrong, or is my idea bad from the start ?

0

There are 0 answers