Re: [knot-dns-users] About memcached backend module

2017-12-13 Thread Yoshihito Horigome
Hello Petr-san, Vladimir-san > Petr-san Thank you patch. Applying it and tried it, it seems that it is working without an error this time as well. $ sudo kresd [system] interactive mode > modules.load 'memcached' true > cache.backends() [lmdb] => true [memcached] => false > cache.storage = 'm

Re: [knot-dns-users] About memcached backend module

2017-12-13 Thread Vladimír Čunát
On 12/13/2017 02:13 PM, Yoshihito Horigome wrote: > ii  libmemcached11:arm64           1.0.18-4.1                         >         arm64        C and C++ client library to the memcached server Side note: are you trying to run it on 64-bit ARM? (i.e. aarch64)  That will most likely not work yet: h

Re: [knot-dns-users] About memcached backend module

2017-12-13 Thread Petr Špaček
Hello, On 13.12.2017 14:13, Yoshihito Horigome wrote: > Hello all, > > According to the document, I built memcached as a back end, so I built > it from the source, but the following error message is output and can > not be used.   > > https://knot-resolver.readthedocs.io/en/stable/build.html#bui

[knot-dns-users] About memcached backend module

2017-12-13 Thread Yoshihito Horigome
Hello all, According to the document, I built memcached as a back end, so I built it from the source, but the following error message is output and can not be used. https://knot-resolver.readthedocs.io/en/stable/build.html#building-from-sources $ sudo kresd [system] interactive mode > modules.l