CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
301 stars 189 forks source link

ietf-yang-library@2019-01-04 module not found during make install in Netopeer2 #1442

Open hrmnboparai opened 1 year ago

hrmnboparai commented 1 year ago

Hey michalvasko, I have attached a screenshot for the problem. I was able to completely install it multiple times before but this time it is showing module not found error. The module is present in sysrepo/modules in my machine error

michalvasko commented 1 year ago

I think this happens when you have a mixup of SHM and repository files that are using different paths. Run make sr_clean and after that netopeer2 installation should work.

hrmnboparai commented 1 year ago

Hey michalvaso, It built successfully after that but server is not starting now. Servererror

michalvasko commented 1 year ago

Run it with -d -v2 to see some output, please. Probably you need to run make install for netopeer2 after make sr_clean so that the server installs everything it needs.