compiling current on debian sid, libssh not found
#1
hi,


im on debian sid, i got some of the requirements already but im stuck at:
Code:
checking for DRM... yes
checking for EGL... yes
checking for sftp_tell64 in -lssh... no
configure: error: == Could not find libssh. ==


it was build like this:
Code:
cmake /home/julius/libssh-0.7.2/ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
make
make install

since this a chroot just for kode, i just crap it into the system.
files end up in these locations:
Code:
-- Install configuration: "Debug"
-- Installing: /usr/lib/pkgconfig/libssh.pc
-- Installing: /usr/lib/pkgconfig/libssh_threads.pc
-- Up-to-date: /usr/lib/pkgconfig/libssh.pc
-- Up-to-date: /usr/lib/pkgconfig/libssh_threads.pc
-- Installing: /usr/lib/cmake/libssh/libssh-config.cmake
-- Installing: /usr/lib/cmake/libssh/libssh-config-version.cmake
-- Up-to-date: /usr/include/libssh/callbacks.h
-- Up-to-date: /usr/include/libssh/libssh.h
-- Up-to-date: /usr/include/libssh/ssh2.h
-- Up-to-date: /usr/include/libssh/legacy.h
-- Up-to-date: /usr/include/libssh/libsshpp.hpp
-- Up-to-date: /usr/include/libssh/sftp.h
-- Up-to-date: /usr/include/libssh/server.h
-- Installing: /usr/lib/libssh.so.4.4.0
-- Up-to-date: /usr/lib/libssh.so.4
-- Up-to-date: /usr/lib/libssh.so
-- Installing: /usr/lib/libssh_threads.so.4.4.0
-- Up-to-date: /usr/lib/libssh_threads.so.4
-- Up-to-date: /usr/lib/libssh_threads.so
-- Removed runtime path from "/usr/lib/libssh_threads.so.4.4.0"


any idea what i missed?[/code]
Reply
#2
./configure --disable-ssh worked for me

http://forum.kodi.tv/showthread.php?tid=254214
Reply

Logout Mark Read Team Forum Stats Members Help
compiling current on debian sid, libssh not found0