Hi,
I'm trying to use a System call to execute gpg on a server system running IIS4 and PHP4.
When I do a system call to GPG to do anything (be it encrypt a message or add a public key - the latter for debugging purposes), gpg doesn't do anything.
I've also tried the same on my own workstation (nt4) running php4 and Apache 1.3.9. This works fine.
Can anyone offer me any hints as to what might be causing gpg to fail to run?
I'm assuming that it's something weird in the enviroment that IIS runs such processes in...???
Please help if you can!