Bind-9.7.2-P2 install fails

Mark Andrews marka at isc.org
Wed Sep 29 01:47:08 UTC 2010


In message <AANLkTinSXC4fEPygL2JsO8P0zNgxsUiVP32z9jcXxfyq at mail.gmail.com>, mich
ael writes:
> On Tue, Sep 28, 2010 at 6:10 PM, michael <mteicher at gmail.com> wrote:
> > Hello,
> >
> > On Tue, Sep 28, 2010 at 6:01 PM, fakessh <fakessh at fakessh.eu> wrote:
> >> Le mercredi 29 septembre 2010 02:34, michael a =E9crit=A0:
> >>> Hello,
> >>>
> >>> Trying to upgrade to Bind-9.7.2-P2 on an older Linux system.
> >>>
> >>> Can't locate warnings.pm in @INC (@INC contains:
> >>> /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
> >>> /usr/lib/perl5/site_perl/5.005/i386-linux
> >>> /usr/lib/perl5/site_perl/5.005 .) at ./bindkeys.pl line 20.
> >>> BEGIN failed--compilation aborted at ./bindkeys.pl line 20.
> >>> make[2]: *** [bind.keys.h] Error 2
> >>> make[2]: Leaving directory `/home/src/bind-9.7.2/bin/named'
> >>> make[1]: *** [subdirs] Error 1
> >>> make[1]: Leaving directory `/home/src/bind-9.7.2/bin'
> >>> make: *** [subdirs] Error 1
> >>>
> >>> Ideas are most appreciated.
> >>>
> >>> Thanks,
> >>>
> >>> Michael...
> >>> _______________________________________________
> >>> bind-users mailing list
> >>> bind-users at lists.isc.org
> >>> https://lists.isc.org/mailman/listinfo/bind-users
> >>
> >> perl 5 .005003 is very older version of perl
> >> it s probably buggy
> >> try to upgrade perl 5.6 or try after to compile one new perl 5.6
> >>
> >> <anonymou>
> >
> >
> > Thanks for your reply. =A0The current version 9.6.2 which was also an
> > upgrade from numerous older versions through the years went fine. =A0I
> > am hoping not to have to upgrade to a newer perl.

You can tell configure not to do the "make clean" (--with-make-clean=no)
or apply this patch to bind-9.7.2-P2/bin/named/Makefile.in.

Mark

Index: Makefile.in
===================================================================
RCS file: /proj/cvs/prod/bind9/bin/named/Makefile.in,v
retrieving revision 1.111
diff -u -r1.111 Makefile.in
--- Makefile.in	20 Jun 2010 23:46:44 -0000	1.111
+++ Makefile.in	29 Sep 2010 01:29:12 -0000
@@ -143,7 +143,10 @@
 	rm -f ${MANOBJS}
 
 clean distclean maintainer-clean::
-	rm -f ${TARGETS} ${OBJS} bind.keys.h
+	rm -f ${TARGETS} ${OBJS}
+
+maintainer-clean::
+	rm -f bind.keys.h
 
 bind9.xsl.h: bind9.xsl ${srcdir}/convertxsl.pl
 	${PERL} ${srcdir}/convertxsl.pl < ${srcdir}/bind9.xsl > bind9.xsl.h
> >
> > Thanks,
> >
> > Michael...
> >
> >>
> >> --
> >> gpg --keyserver pgp.mit.edu --recv-key 092164A7
> >>
> >> _______________________________________________
> >> bind-users mailing list
> >> bind-users at lists.isc.org
> >> https://lists.isc.org/mailman/listinfo/bind-users
> >>
> >
> _______________________________________________
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org



More information about the bind-users mailing list