Bug#539921: wrong response from gnupg (expected SHM_INFO)
Matthew Lenz
matthew at nocturnal.org
Tue Aug 4 13:29:46 UTC 2009
Package: libgnupg-perl
Version: 0.9-9
This is an up-to-date stable lenny i386 box with gnupg 1.4.9-3+lenny1.
code sample:
use GnuPG;
my $gpg = new GnuPG();
## var defs here ##
$gpg->encrypt(
plaintext => $fn,
passphrase => $passphrase,
sign => 1,
recipient => $recipient,
output => "${fn}.pgp"
);
I get the following error:
wrong response from gnupg (expected SHM_INFO)
More information about the pkg-perl-maintainers
mailing list