On 03/31/2017 01:31 PM, Thomas Seeling wrote:
Hallo,
I tried to install the client part of bind only and the instructions
don't work for me in Ch. 16 of BLFS 8.0 book.
I compiled the full bind package and when trying to install bin/dig
alone it complained that the libraries weren't installed.
What am I doing wrong?
# make -C bin/dig install
make: Entering directory '/sources/bind-9.9.7-P2/bin/dig'
/bin/sh ../../mkinstalldirs /usr/bin
/bin/sh ../../mkinstalldirs /usr/share/man/man1
/bin/sh /sources/bind-9.9.7-P2/libtool --mode=install --tag=CC
/usr/bin/install -c \
dig /usr/bin
libtool: install: warning: `../../lib/dns/libdns.la' has not been
installed in `/usr/lib'
libtool: install: warning: `../../lib/bind9/libbind9.la' has not been
installed in `/usr/lib'
libtool: install: warning:
`/sources/bind-9.9.7-P2/lib/isccfg/libisccfg.la' has not been installed
in `/usr/lib'
libtool: install: warning: `../../lib/isccfg/libisccfg.la' has not been
installed in `/usr/lib'
libtool: install: warning: `/sources/bind-9.9.7-P2/lib/dns/libdns.la'
has not been installed in `/usr/lib'
libtool: install: warning:
`/sources/bind-9.9.7-P2/lib/isccc/libisccc.la' has not been installed in
`/usr/lib'
libtool: install: warning: `/sources/bind-9.9.7-P2/lib/isc/libisc.la'
has not been installed in `/usr/lib'
libtool: install: warning: `../../lib/isc/libisc.la' has not been
installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/dig /usr/bin/dig
Hi Thomas,
First off, you are using the "wrong" package - the BLFS 8.0 version is
bind-9.11.0-P3:
http://www.linuxfromscratch.org/blfs/view/stable/basicnet/bind-utils.html
When building the full Bind package, it'll make the libdns.so (and other
libs), and the subsequent packages with be linked to those lib.
Since you didn't install the full package, the Makefiles can't find the
libdns.so (and others), and therefore fails.
You should go back, and use the commands specified by the Bind-utils
page, and post the errors you get instead.
Best regards
Michael
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page