netblue30 / fdns

Firejail DNS-over-HTTPS Proxy Server
GNU General Public License v3.0
115 stars 29 forks source link

libseccomp error #22

Closed luckypoem closed 4 years ago

luckypoem commented 4 years ago

hi.

on my mac. git clone https://github.com/netblue30/fdns cd fdns ./configure --prefix=/usr it shows: ... checking for main in -lseccomp... no configure: error: libseccomp not installed yudeMacBook-Air:fdns brite$ brew install libseccomp Updating Homebrew... ^C Error: No available formula with the name "libseccomp" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found. ==> Searching for similarly named formulae... Error: No similarly named formulae found. ==> Searching taps... ==> Searching taps on GitHub... Error: No formulae found in taps. yudeMacBook-Air:fdns brite$

how to install libseccomp on mac?

glitsj16 commented 4 years ago

how to install libseccomp on mac?

seccomp is a Linux specific technology that requires the Linux kernel. You might be able to use Docker on OS X to get fdns (untested). Perhaps you could look into dnscrypt-proxy, which has native support for OS X.