## page was copied from DnsTemplate ##master-page:HelpTemplate <> <> KeyTrap 脆弱性対策を試すこともあって、 unbound-1.19.1 をソースから make しようとしたら、 ./configure で libexpat が見つからないというエラーがでる。 探したら、以下で解消した。 {{{ sudo apt install libexpat1-dev }}} == history == {{{ /bin/bash ./install-sh -m 755 -d /usr/local/sbin /usr/local/etc/unbound/unbound.conf $ ls -l /usr/local/sbin/ total 11920 -rwxr-xr-x 1 root root 5684504 Mar 22 20:19 unbound -rwxr-xr-x 1 root root 196160 Mar 22 20:19 unbound-anchor -rwxr-xr-x 1 root root 4437312 Mar 22 20:19 unbound-checkconf -rwxr-xr-x 1 root root 1591936 Mar 22 20:19 unbound-control -rwxr-xr-x 1 root root 6007 Mar 22 20:19 unbound-control-setup -rwxr-xr-x 1 root root 270712 Mar 22 20:19 unbound-host -rwxr-xr-x 1 root root 4181 Apr 21 2022 unminimize }}} ---- CategoryDns CategoryWatch CategoryTemplate