Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: problem with named restarting
Date: Wed, 18 Sep 2019 08:42:05
Message-Id: CAC=wYCFZ13UXO1FhENQ4-Ex5NfWyDycngXErtr9nKZ-auED6vA@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: problem with named restarting by John Covici
1 >
2 > > which left me puzzled: the libressl flag docstring talks about a ssl
3 > > flag which doesn't exist for this package.
4 > >
5 > > Try running "ldd /usr/sbin/named". Is openssl (ie. libssl and
6 > > libcrypto) part of the output?
7 > libcrypto is there along with libgnutls, but no libssl.
8 >
9 >
10 FWIW, on 9.14.5 with
11 USE="berkdb caps dlz xml zlib -dnsrps -dnstap -doc -fixed-rrset -geoip
12 -geoip2 -gssapi -json -ldap -libressl -lmdb -mysql -odbc -postgres -python
13 (-selinux) -static-libs -urandom" ABI_X86="(64)" PYTHON_TARGETS="python2_7
14 python3_6 -python3_5 -python3_7"
15
16 ldd shows there's no libgnutls, just libcrypto (from openssl).