On 12/15/2018 04:06 PM, Roger Koehler via blfs-dev wrote:
On Sat, Dec 15, 2018 at 2:49 PM Ken Moffat via blfs-dev
<[email protected]> wrote:
On Sat, Dec 15, 2018 at 02:06:25PM -0700, Roger Koehler via blfs-dev wrote:
configure can't file libnettle for some reason.
Have you installed nettle-3.4.1 ? That version is now the minimum
required - both of them turned out to be affected by the
side-channel vulnerability, see
http://lists.gnu.org/archive/html/info-gnu/2018-12/msg00001.html
I have just installed gnutls-3.6.5 on my most recent system, after
upgrading nettle.
I just reinstalled Nettle 3.4.1 following the book. All 3 tests pass.
Tried again. Still same configure error. If I am the only one
experiencing this issue, I'll refrain from posting further.
When you figure it out, I think others here will be interested in what
caused the problem.
For these types of problems you need to dig into what configure is doing
to isolate the problem. It may be as simple as a
/usr/lib/pkgconfig/nettle.pc issue.
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Nettle
Description: Nettle low-level cryptographic library (symmetric algorithms)
URL: http://www.lysator.liu.se/~nisse/nettle
Version: 3.4.1
Libs: -L${libdir} -lnettle
Cflags: -I${includedir}
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page