Running an Executable via Shell
Posted by: mckenna
Posted on: 2006-11-28 08:06:00
I downloaded khtml2png (http://khtml2png.sourceforge.net/), a linux program for taking screenshots of websites. I downloaded the static version and uploaded it to my webspace. I set the program to be executable (chmod +x khtml2png), but every time I try to run it (./khtml2png http://www.microsoft.com ms.png) I get the error "Segmentation Fault".
I'm only a beginner with Linux, so I'm not sure what to try from here. I don't know if I have to put the binary in a special directory or if I have to get any special permission from Dreamhost to run executables within my shell account.
Maybe someone could shed some light on this for me? :)