KF5 - GPG Encryption Problem

Jack ostroffjh at users.sourceforge.net
Sat Jul 2 23:43:35 UTC 2016


On 2016.07.02 17:47, Brendan Coupe wrote:
> I finally got the KF5 version of KMM to compile from source. When I  
> try to
> open my encrypted file it fails saying the gpg is not available. The
> Encryption tab on the KMM configuration page is disabled.
> 
> What am I doing wrong?

Do "ldd kmymoney | grep gpg" where kmymoney is the path to the  
exectuable and see if it is linked to any gpg libraries.  If not, then  
cmake didn't find anything.  Whether good or bad, that dependency (and  
many others) are optional, so if it doesn't find the library (or the  
appropriate cmake file) it just doesn't compile that feature, but  
doesn't give any warning.  There might be something displayed at the  
end of cmake, but I'm not set up to check that very quickly.

Jack


More information about the KMyMoney-devel mailing list