Kodi Community Forum
Linux Kodi ./configure gpg-error not found - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux Kodi ./configure gpg-error not found (/showthread.php?tid=230231)



Kodi ./configure gpg-error not found - mvndrstl - 2015-06-22

Hi all,

I am trying to compile Kodi on CentOS 6 kernel 2.6.32-504.23.4.el6.x86_64, and have run into a configure error. This happens on both Kodi 14.2 and 15.0b2.

Here is the config.log output.

The important lines:

Code:
checking for gcrypt.h... yes
checking for main in -lgpg-error... no
configure: error: Could not find a required library. Please see the README for your platform.

I know for sure I have that library installed:

Code:
$ sudo yum install libgpg-error-devel
Package libgpg-error-devel-1.7-4.el6.x86_64 already installed and latest version
Nothing to do

$ whereis libgpg-error
libgpg-error: /lib/libgpg-error.so /usr/lib64/libgpg-error.so

I'm stuck, since I have the library but it says I don't for some reason. Any ideas? Otherwise, if anyone can point me to where I can get an up to date rpm of Kodi, I would gladly try to install that.


RE: Kodi ./configure gpg-error not found - fritsch - 2015-06-22

Search the forum thread.CentOs nightmare was handled at least twice in that forum. Last time it got ~ 150 posts until it could be fixed.