Open LavanyaMalakalapalli opened 6 months ago
Can't help you, it definitely compiles with libssh 0.9.5 and newer so you must be using an older version. Since the cmake
version check passed, I am guessing you compiled libssh yourself, their master
branch uses fake versioning.
Install libnetconf2
cd ..
git clone https://github.com/CESNET/libnetconf2.git
cd libnetconf2
mkdir build && cd build && cmake .. && make && make install