Sorry if I I'm wrong but I didn't see a following question/answer<br><br>could you run:<br><div style="margin-left: 40px;">cd ; ls .gnupg/<br>ps -faxuww | grep gpg<br><br></div>In you $HOME directory you have .gnupg and if gpgagent is running there are these files with content:<br>    $ cat .gnupg/agent.info<br>          /tmp/gpg-0PGkle/S.gpg-agent:5508:1<br>    $ cat .gnupg/agent.pid<br>          5508<br><br>I also have a config files for gpgme and gpg-agent in this directory:<br>.gnupg/gpg-agent.conf, .gnupg/gpgsm.conf<br><br>Important is:<br>      $ cat .gnupg/gpg-agent.conf<br>        pinentry-program /usr/bin/pinentry-qt<br>        no-grab<br>         default-cache-ttl 86400<br><br>Another thing above when you tried to compile the correct parameter for
 ./configure is --prefix=/usr or better /usr/local<br><br>The bin thing is appended automatically.<br><br>I remember on etch I compiled and installed gpgme manually and had a script to run the agent, but this shouldn't be a problem with lenny now.<br><br>So I hope it helps a bit<br><br>regards<br><br><br><BR><BR><p>