|
That looks like the path before it is compiled if you ask me as usually after you install it it would be maybe
/usr/bin/jhead
or
/usr/local/bin/jhead
the line we use is right in image-inc.php like this so for your example try this
/usr/src/jhead-2.90/jhead -exonly /some/path/to/some/file
You would need ssh access to your server to test it.
|