I am trying to install the OTR plugin for Pidgin and it is telling me that I am missing a dependency which I think I have. These are the installation steps I have taken:
ran configure script as per INSTALL file: ./configure --prefix=/usr --mandir=/usr/share/man
The configuration script then runs…
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
...
checking for LIBGCRYPT - version >= 1.2.0... no
configure: error: libgcrypt 1.2.0 or newer is required.
But when I check in YaST, it shows that I have version 1.4.0.3-1 of libgcrypt installed.
And why are you writing this in the openSUSE forums?
For compiling stuff yourself you have to have the devel package installed.
On openSUSE this would be libgcrypt-devel. On Ubuntu it’s called libgcrypt11-dev I think…