From owner-freebsd-questions Thu Nov 16 09:55:22 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA02007 for questions-outgoing; Thu, 16 Nov 1995 09:55:22 -0800 Received: from access5.digex.net (qlYBsVTekvXHY@access5.digex.net [205.197.245.196]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA02002 for ; Thu, 16 Nov 1995 09:55:20 -0800 Received: from digex.net (eleet.digex.net [204.91.98.68]) by access5.digex.net (8.6.12/8.6.12) with SMTP id MAA13483 ; for ; Thu, 16 Nov 1995 12:54:57 -0500 X-Mailer: InterCon TCP/Connect II 2.2.1 MIME-Version: 1.0 Message-Id: <9511161255.AA26958@digex.net> Date: Thu, 16 Nov 1995 12:55:26 -0500 From: "Steven D. Arnold" To: John Capo , freebsd-questions@freebsd.org Subject: Re: BIND on FreeBSD Content-Type: Text/Plain; charset=US-ASCII Content-Disposition: Inline Sender: owner-questions@freebsd.org Precedence: bulk > It assumes that you have installed the resolver library that comes > with 4.9.3beta26, the res directory. I compiled and linked with it > and have been running fine for a month or so. Hi John, Thanks for this answer! Here's the current status. I moved the .c files in res to /usr/src/lib/libc/net. I moved the files in include to /usr/include. I also moved the files in conf to libc/conf. Then, in /usr/src/lib/libc, I typed "make" and everything linked without a problem. I then typed "make install" -- once again, no problem. Then I went back to the BSD directory in the bind distribution and typed "make clean" followed by "make." Here's what I got: /usr/local/lib/named/bind-4.9.3beta26/BSD # make ===> named gcc -O2 -I. -I/usr/local/lib/named/bind-4.9.3beta26/BSD/named/../BIND -I/usr/ local/lib/named/bind-4.9.3beta26/BSD/named/../BIND/include -DUSE_OPTIONS_H -o named version.o db_dump.o db_glue.o db_load.o db_lookup.o db_reload.o db_save.o db_secure.o db_update.o dmalloc.o ns_forw.o ns_init.o ns_main.o ns_maint.o ns_ncache.o ns_req.o ns_resp.o ns_sort.o ns_stats.o ns_validate.o storage.o tree.o db_dump.o: Undefined symbol `_inet_nsap_ntoa' referenced from text segment db_load.o: Undefined symbol `_inet_nsap_addr' referenced from text segment /usr/lib/libc.so.2.1: Undefined symbol `_inet_nsap_ntoa' referenced *** Error code 1 Stop. *** Error code 1 Stop. So, different and fewer errors this time, but still errors. Any ideas? -Steve-