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
As could be expected from the error messages the commands don't work,
since libraries are missing.
# ldd /usr/bin/host
linux-gate.so.1 (0xb770a000)
liblwres.so.91 => /usr/lib/liblwres.so.91 (0xb76eb000)
libdns.so.106 => not found
libbind9.so.90 => not found
libisccfg.so.90 => not found
libisccc.so.90 => not found
libisc.so.104 => not found
I did it manually
make -C lib/lwres install
make -C lib/dns install
make -C lib/isc install
make -C lib/isccc install
make -C lib/isccfg install
make -C lib/bind9 install
ldconfig
then host and dig commands worked.
Tschau...Thomas
--
"Do you wanna be a legend or a passing footprint on the sands of time?"
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
