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'
The warnings above are normal and like most warnings can be ignored.
libtool: install: /usr/bin/install -c .libs/dig /usr/bin/dig
That appeared to work unless there was an error message afterward. I suggest you start the package over, starting with removing the extracted directory and re-extracting the tarball and running one command at a time. You may want to redirect output to logs and examine them for the word error (case insensitive) to confirm your problem.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
