i'm trying to install balsa email reader on my ubuntu for dev purposes (i'm new to linux).. and i run into this issue after issuing the ./autogen --enable-all
command:
checking wether we have gnome-keyring... no
checking Gmime version.. configure: error: Gmime 2.6 or 2.4 not detected
i already ran apt-get install libgmime-2.6-0
and i get libgmime-2.6-0 is already the newest version
so i'm confused..
update: ok it seems that i have gnome-keyring installed.. but then i'm trying to install gmime from sources.. i did the traditional ./configure
and make
.. but then i run into this issue:
error: unknown type name 'gpgme_decrypt_result_t' any ideas?
sudo apt-get install -y gmime-bin
– Warren Hill Feb 14 '13 at 15:26-y
is completely unnecessary, it only keeps apt-get from asking questions, which is a bad thing™ when using sudo. – guntbert Feb 14 '13 at 20:15