I followed the installation guide on Bitmessage wiki.
https://bitmessage.org/wiki/Compiling_instructions
I typed this command in Terminal
git clone https://github.com/Bitmessage/PyBitmessage
But I got this error. Somehow the computer failed to install Bitmessage.
---------------------
Cloning into 'PyBitmessage'...
git-remote-https: relocation error:
/usr/lib/x86_64-linux-gnu/libgnutls.so.26: symbol gcry_cipher_setkey, version
GCRYPT_1.2 not defined in file libgcrypt.so.11 with link time reference
----------------------
I have libgcrypt11 installed in Synaptic Package Manager. Its version is
1.5.0-3ubuntu0.2. I believe git is working fine.
Can anybody please help me?