Opened 2 years ago

Closed 2 years ago

#16024 closed enhancement (duplicate)

bind-9.18.0

Reported by: martyj19 Owned by: blfs-book
Priority: normal Milestone: 11.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New stable major version. Is currency not finding it?

I find that the following is needed to build the dig, host, nslookup subset. There are quite a few new libraries referenced by the executables.

make -C lib/isc &&
make -C lib/dns &&
make -C lib/ns &&
make -C lib/isccfg &&
make -C lib/bind9 &&
make -C lib/irs &&
make -C bin/dig &&
make -C doc/man

make -C lib/isc install &&
make -C lib/dns install &&
make -C lib/ns install &&
make -C lib/isccfg install &&
make -C lib/bind9 install &&
make -C lib/irs install &&
make -C bin/dig install &&
install -m 644 doc/man/dig.1 doc/man/host.1 doc/man/nslookup.1 /usr/share/man/man1

Change History (1)

comment:1 by pierre, 2 years ago

Resolution: duplicate
Status: newclosed

Already fixed at a8d67ac65b. Duplicate of #16016.

Note: See TracTickets for help on using tickets.