[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bind9-users
Subject:    BIND 9.0.0rc1 and NetBSD-1.5_ALPHA
From:       "Dr. Rene Hexel" <rh () vip ! at>
Date:       2000-07-26 15:22:05
[Download RAW message or body]


[since I'm not on the list, if you reply to this message, please include
me in your Cc: list]

  As far as I can tell, bind-9.0.0rc1 seems to be running fine together
with unproven-pthreads-0.17 under NetBSD-1.5_ALPHA.  The only minor
problem I had when I put together the package for NetBSD, concerns
installation.  I had to add the following patch for Makefile.in (in the
top build directory):


--- Makefile.in.orig    Wed Jul 12 19:06:01 2000
+++ Makefile.in Wed Jul 26 10:18:37 2000
@@ -43,7 +43,7 @@
 cleandir: distclean
 
 install:: isc-config.sh
-       ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir}
+       ${BSD_INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
 
 kit: kitclean
        mkdir bind-${VERSION}


  The reason for this is that ${INSTALL_PROGRAM} expands to 'install -s
...', which tries to strip the installed program.  This won't work in
this case, since 'isc-config.sh' is a script, not a binary, so the
installation will fail.

  A more portable solution (since ${BSD_INSTALL_SCRIPT} only gets
defined in the NetBSD package system) would be to use ${INSTALL_SCRIPT}
instead of ${INSTALL_PROGRAM}.  In this case the configure script should
make sure that ${INSTALL_SCRIPT} doesn't include the superfluous '-s'
parameter.

  Cheers
      ,
   Rene

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic