Radek Krejčí
Radek Krejčí
As Michal wrote, it seems that your linker doesn't see the libnetconf in the current location (`/usr/local/lib`). You will have to configure the linker (see `man ldconfig`) or install libnetconf...
maybe also check, that libnetconf is really present in `/usr/lib/`
I'm not expert of cross-compilation, but you should link arm libnetconf to the arm netopeer-server, shouldn't you? Then `--with-libnetconf=/usr/local` is probably wrong, because you did not installed the arm libnetconf...
First, the data models are expected in YIN format, not YANG, see the `netopeer-manager` help: ``` --model MODEL File holding the main data model (YIN format). ``` So, please fix...
But the error does not say "datastore fails to validate" as you mentioned in the first comment. It says that you are not permitted to make changes - check the...
or follow the `First run configuration` section in the netopeer server's [README](https://github.com/CESNET/netopeer/blob/master/server/README)
now I see it - libnotconf and netopeer actually work correctly. The data defined by the toaster module are read-only, so you are not allowed to set them via `edit-config`....
regarding the paths - `netopeer-manager` stores into the XML config the path to the data model (YIN). The validator files (RNG, XSL) are expected in the same location and with...
Please follow the `First run configuration` section in the netopeer server's [README](https://github.com/CESNET/netopeer/blob/master/server/README). There are instructions about setting NACM. How did you solve this issue in the previous installation?
Not sure it is necessary, fd5b668 sets the priority this way: 1. local searchpath 2. callback 3. get-schema If server implements get-schema, it should always succeed so using it anywhere...