Click to See Complete Forum and Search --> : php4 + gpg (gnupg) + IIS4 no go - help!


Anon
08-10-2000, 09:07 AM
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!

Anon
08-10-2000, 03:28 PM
Hi,

The answer is in the Julie Meloni'book.
See the references at http://www.weberdev.com/ home page.

Hope to be helpful.

ps check also the rights and owner of gpg
and directories where to encrypt or generate
the keys

Bye !

Amr A.Aysha

Anon
08-11-2000, 05:48 AM
Hi

Not really helpful...

I need an answer without having to buy a book!!

Can some elaborate on this please!

I know how to do what I am trying to do, i just need to know why it doesn't work under IIS but does under Apache?!