I tried followings on Debian Squeeze and it worked fine
apt-get install libgpgme11-dev
pecl install gnupg
create a new file under conf.d folder and add following lines
; configuration for gnupg module
extension=gnupg.so
Reload apache configuration
/etc/init.d/apache2 reload
Check PHP Info and you should see gnupg
Hope this helps.