Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to generate a small example and for some reason nothing seems to be generated.This is my yang file:module ex-example {
yang-version 1.1;
namespace "ex:ex-example";
prefix qc;
description
"This YANG module has bee...
I'm trying to run generate.py on Ubuntu 20.04, and I'm getting this error:CMake Error: The following variables are used in this project, but they are set to NOTFOUND.Please set them or make sure they are set and tested correctly in the CMake files:ss...
A slightly cleaner solution you might also like to look at is libnetconf2's, they just include libssh_threads in findlibssh if it's older than 0.8.0: https://github.com/CESNET/libnetconf2/blob/master/CMakeModules/FindLibSSH.cmake
Based on https://github.com/CiscoDevNet/ydk-gen/issues/826 I managed to make it compile by doing `sudo ln -s /usr/lib/x86_64-linux-gnu/libssh.so /usr/lib/x86_64-linux-gnu/libssh_threads.so`, I believe all that's needed to make it compile with modern ...
Hi Yan, After a bit of googling, I've found that past version 0.8.0, released in August of 2018, LibSSH rolled libssh_threads into the main library. There's some discussion on it in these 2 links: https://bugs.debian.org/cgi-bin/bugreport.cgi?bu...