so I'm trying to get libgpgme up, but I'm running into some issues.
The library itself is available:
Nokia-N900-51-1:~# apt-cache search gpgme
libgpgme11 - GPGME - GnuPG Made Easy
libgpgme11-dev - GPGME - GnuPG Made Easy
libgpg-error-dev - library for common error...
libgpg-error0 - library for common error values...
So I installed libgpgme11 and that went fine, however I need the 'dev' package as well and that's where I ran into problems:
Nokia-N900-51-1:~# apt-get install libgpgme11-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
...
The following packages have unmet dependencies:
libgpgme11-dev: Depends: libc6-dev but it is not installable
E: Broken packages
I'm trying to use python bindings to the gpgme lib, but it's the libgpgme-dev package that gives me 'gpgme-config' which pyme needs to get the module installed.
so I'm trying to get libgpgme up, but I'm running into some issues.
The library itself is available:
Nokia-N900-51-1:~# apt-cache search gpgme
libgpgme11 - GPGME - GnuPG Made Easy
libgpgme11-dev - GPGME - GnuPG Made Easy
libgpg-error-dev - library for common error...
libgpg-error0 - library for common error values...
So I installed libgpgme11 and that went fine, however I need the 'dev' package as well and that's where I ran into problems:
Nokia-N900-51-1:~# apt-get install libgpgme11-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
...
The following packages have unmet dependencies:
libgpgme11-dev: Depends: libc6-dev but it is not installable
E: Broken packages
I'm trying to use python bindings to the gpgme lib, but it's the libgpgme-dev package that gives me 'gpgme-config' which pyme needs to get the module installed.
Any help would be appreciated.