Linux Kodi 16.1 - doesn't recognise gnutls during configure
#1
Hi,

I have been attempting to build kodi 16.1 on linux MX-15. I have installed the prerequisite libraries needed. I run ./configure in the terminal and it doesn't seem to be able to find gnutls and libcurl-gnutls.so.4. I have installed both these from the repository and are located in the directory: /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4

checking for libcurl soname... libcurl-gnutls.so.4
checking for CRYPTO_set_locking_callback(0) in libcurl-gnutls.so.4... no


I have tried doing the following:
"./configure LIBS= /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4"

This doesn't help.

If I ignore the warning and continure to 'make', it doesn't complete because it doesn't recognise the '-lgnutls'.

If anyone can help, I would be most grateful.
Reply
#2
there is no warning. This check simply is false, which is perfectly fine with curl and gnutls from repositories.

If you want help provide more info:
- used hardware
- full config.log (use pastebin)
- full make output
Reply
#3
Thanks for reply,

Here the make output
http://pastebin.com/TtPXHTwJ

Here is the config.log
http://pastebin.com/ZVZKm6n4

I am using a Toshiba satellite laptop with AMD E1-1200 APU dual core 1.4 GHz, 512K cache , 4GB RAM. I am using the debian based linux MX-15 distribution.
Reply
#4
I just resolved the issues:


I used
sudo apt-get install libgnutls28-dev

This fixed the problem for me.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 16.1 - doesn't recognise gnutls during configure0