Forum
megatools on rpi2 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Additional Packages (/forum-22.html)
+--- Thread: megatools on rpi2 (/thread-3480.html)



megatools on rpi2 - pyraylos - 30th Mar, 2016 03:52 AM

hello. i have installed xbian version 1.0(knockout)(kodi 16.0 git:2016-03-04-f47fb5e) on my raspberry pi2 b. i want to install megatools from source, and when i run "configure" i get the error:
checking for LIBCURL... no
configure: error: Package requirements (libcurl) were not met:
No package 'libcurl' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

i did an "apt-get install libcurl3" and the output was:
libcurl3 is already the newest version.

i searched for any libcurl devel package and found the "libcurl4-openssl-dev" package. trying to install that i got the error:
The following packages have unmet dependencies:
libcurl4-openssl-dev : Depends: libcurl3 (= 7.38.0-4+deb8u2) but 7.37.1-1 is to be installed

any help?


RE: megatools on rpi2 - Nachteule - 30th Mar, 2016 04:14 AM

Please have a look to this thread


RE: megatools on rpi2 - pyraylos - 30th Mar, 2016 04:49 AM

ok i commented out the libcurl entries in /etc/apt/preferences.d/xbian, updated and it worked. thanks for the reply