dnsdist-1.9.1: symbol lookup error: dnsdist: undefined symbol: quiche_h3_config_free during running dnsdist #14008
-
Hi! I'm stuck with running Compilation was done using next commands: ./configure --enable-dns-over-tls --enable-dns-over-https --enable-dns-over-http3 --enable-dns-over-quic --with-systemd
make
make install Quiche was installed using existing script from the repo: https://github.com/PowerDNS/pdns/blob/dnsdist-1.9.1/builder-support/helpers/install_quiche.sh Compilation is successful. When I try to run dnsdist: symbol lookup error: dnsdist: undefined symbol: quiche_h3_config_free
quiche.pc: cat /usr/lib/pkgconfig/quiche.pc
# quiche
Name: quiche
Description: quiche library
URL: https://github.com/cloudflare/quiche
Version: 0.20.1
Cflags: -I/usr/include
Libs: -L/usr/lib -ldnsdist-quiche I tried to copy quiche What I miss? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolved issue in next way:
./configure --enable-dns-over-tls --enable-dns-over-https --enable-dns-over-http3 --enable-dns-over-quic --with-systemd --prefix=/usr --with-quiche |
Beta Was this translation helpful? Give feedback.
Resolved issue in next way: