hiya...
i've got htdig installed and working when run from the command line. i decided it would be a good plan to have it run from a php script so i just added the lines
shell_exec("/home/myspace/htdig/bin/htdig");
shell_exec("/home/myspace/htdig/bin/htmerge");
and it does bugger all. grumble
and i cant check whether the programs have run because neither produce output (helpfully)
the binaries cant be placed anywhere sensible (like /usr/bin or whatever) because the only permissions i have are my user space and a linked directory into /usr/apache/htdocs
the binaries are set to 755 (as are the directories they're placed in)...
can anyone shed any light on this?
cheers
dom
🙂