Hi Frank,
Thanks for the patch. However, I'm not happy to see "libknot.so.8" in
the wrapper.
There must be a better fix for the issue. Unfortunately, I don't have
time to
investigate it now :-(
Best,
Daniel
On 2018-11-06 10:12, Frank Matthieß wrote:
  Hi,
 i have the issue, that the example wont work, because there ist no
 "libknot.so"
 on my system:
 root@f-dns4:~# ldconfig -v 2>/dev/null | grep libknot
        libknot.so.8 -> libknot.so.8.0.0
 root@f-dns4:~# lsb_release -a; dpkg-query -W knot
 No LSB modules are available.
 Distributor ID:        Ubuntu
 Description:   Ubuntu 18.04.1 LTS
 Release:       18.04
 Codename:      bionic
 root@f-dns4:~# dpkg-query -W knot
 knot   2.7.3-1~ubuntu18.04.1ppa2
 I has made a patch for that, with a search order, if no path is given.
 Hopefully this help to solve this issue.
 Greetings
 Frank