hi all today i will install the GPG PHP extension on an Ubuntu Server 9.04
first we will install some preliminary stuff:
aptitude install php5-dev
aptitude search gpgme
aptitude install libgpgme11 libgpgme11-dev
pecl install gnupg
at the end we insert to php.ini the following:
extension=gnupg.so