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 = 'memcached://--SOCKET="/var/run/memcached/memcached.sock"'          

> cache.backends()
[lmdb] => false
[memcached] => true



>Vladimir-san

Thank you for the information.
Again it is natural that the modules do not work yet ...
Tentatively this time, well? It seems to work.

Best regards.  

On 12月 13 2017, at 10:56 午後, Vladimír Čunát <vladimir.cunat@nic.cz> wrote:
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:
https://gitlab.labs.nic.cz/knot/knot-resolver/issues/216

--Vladimir