Jakub Man
Jakub Man
@gcpioli Did you manage to solve the issue? I am having the same problem on RHEL 7 - seems like scons is detecting the rh-python libs path, but incorrectly assumes,...
Hello, looks like a problem with the libnetconf2 library, I have to ask my colleague about it tomorrow. In the meantime, you can try changing line 25 in the Dockerfile...
Libnetconf2 no longer supports python bindings in the newest version. I will update the Dockerfile later today to use the older version. Thanks for letting me know about this issue.
Fixed the issue, please pull the latest commit, docker image should build successfully now.
Hello, sorry for the late answer. Try installing libnetconf and libyang from the devel branch. Let me know if this fixes the issue. Just a side note, the current GUI...
You need to install libnetconf2 from the CESNET repository https://github.com/CESNET/libnetconf2 When running CMAKE for libnetconf2, make sure to add the -DENABLE_PYTHON=ON option
@zhenlusu Did you install libyang from the /CESNET/libyang repository? Make sure you are installing versions of libyang and libnetconf2 from the same branch (both master or both devel) and that...
> One problem is, after I made some changes on Configuration tab of the GUI and applied the changes, the backend crashed, saying "libyang/src/tree_data.c:6212: _lyd_free_node: Assertion `0' failed". My question...
> One problem is, after I made some changes on Configuration tab of the GUI and applied the changes, the backend crashed, saying "libyang/src/tree_data.c:6212: _lyd_free_node: Assertion `0' failed". My question...
> @jakubman1 thanks a ton! The issue got fixed by installing the latest libnetconf2. > Now, I can edit the parameters of some ietf models and apply the changes with...