CESNET / libnetconf

C NETCONF library
Other
113 stars 83 forks source link

Missing libssh #272

Open federer422 opened 6 years ago

federer422 commented 6 years ago

During installation, after./configure I get : configure: error: Missing libssh (>=0.6.4).

I tried it with both disabled libssh and enabled libssh. All dependencies are installed. I would appreciate any kind of help.

michalvasko commented 6 years ago

Hi, just make sure you have libssh installed at version 0.6.4 or higher and that it is found by ldd (can be linked against). This is more of a Linux issue than a libnetconf one.

Regards, Michal