replacing old executables

Sung il Kim clicky at netpia.com
Sat Aug 4 10:17:08 UTC 2001


Did you install bind without any change of Makefile.set?

You can change install directory by editting src/port/Your System OS/Makefile.set

If you don't know which directroy is edited, execute src/port/systype.

For example, if your OS is solaris, edit src/port/solaris/Makefile.set.

You must modify DESTBIN, DESTSBIN, DESTEXEC ,DESTETC and DESTRUN in Makefile.set.

Here are directories which files will be installed.

                DESTDIR                 prefix used in front of all other
                                        DEST variables.  The default is the
                                        empty prefix. (for non-root installs;
                                        not equivalent to autoconf's --prefix)

                DESTLIB                 libraries
                DESTINC                 include files
                DESTBIN                 ordinary binaries (e.g. dig, nslookup)
                DESTSBIN                system binaries (e.g. named)
                DESTEXEC                helper binaries (e.g. named-xfer)
                DESTHELP                place to put nslookup's help file
                DESTMAN                 man file location
                DESTETC                 configuration file
                DESTRUN                 PID file location and "ndc" control
                                        channel location.  This cannot be the
                                        same directory as DESTSBIN.




----- Original Message ----- 
From: "Tony" <twong at solutioncentral.com>
Newsgroups: comp.protocols.dns.bind
To: <comp-protocols-dns-bind at moderators.isc.org>
Sent: Saturday, August 04, 2001 7:26 AM
Subject: replacing old executables


> 
> I installed bind 8.2.4 I believe successfully: 
> 
> I check /var/adm/messages:
> 
>  Aug  3 16:13:17 dolphin named[137]: [ID 295310 daemon.notice]
> starting (/etc/named.conf).  named 8.2.4-REL Fri Aug  3 15:34:01
> PDT 2001
> Aug  3 16:13:17 dolphin        
> root at dolphin:/usr/local/src/bind-8.2.4/src/bin/named
> Aug  3 16:13:18 dolphin named[137]: [ID 295310 daemon.warning]
> named.local: WARNING SOA expire value is less than 7 days (43200
> )
> Aug  3 16:13:18 dolphin named[178]: [ID 295310 daemon.notice] Ready to
> answer queries.
> 
> 
> 
> However the new executables like: 
> 
> -rwxr-xr-x   1 root     staff    3301252 Aug  3 15:34 dnskeygen
> -rwxr-xr-x   1 root     staff    6921816 Aug  3 15:34 irpd
> -rwxr-xr-x   1 root     staff    9105216 Aug  3 15:34 named
> -rwxr-xr-x   1 root     staff       7446 Aug  3 15:34 named-bootconf
> -rwxr-xr-x   1 root     staff    6971612 Aug  3 15:34 named-xfer
> -rwxr-xr-x   1 root     staff     604832 Aug  3 15:34 ndc
> 
> is under /usr/local/sbin
> 
> and the old ones are under: /usr/sbin
> 
> how can I replace the old ones with the new ones?
> 
> 


More information about the bind-users mailing list