Merit Network
Can't find what you're looking for? Search the Mail Archives.
  About Merit   Services   Network   Resources & Support   Network Research   News   Events   Home

Discussion Communities: Merit Network Email List Archives

IRRd-Discuss


Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: ANNOUNCE: IRRd-1.6

  • From: Kuniaki Kondo
  • Date: Wed Nov 10 21:21:26 1999

Hello,

From: Craig Labovitz <labovit@microsoft.com>
Subject: ANNOUNCE: IRRd-1.6
Date: Wed, 10 Nov 1999 11:21:41 -0800

> 
> A new snapshot release of IRRd (version 1.6) is now available:
> 	ftp://ftp.irrd.net/radb/irrd/source/irrd-1.6-beta-Nov-10-1999.tar.gz
> 
> This release fixes several critical bugs with IRRd RPSL parsing. The Merit
> RADB routing database service is now using this release in production RPSL
> operations. Please note, however, that this is still an interim beta
> snapshot.
> 
> We expect to release the first production quality version of IRRd (IRRd-2.0)
> with RPSL query and submission support in two weeks.

  Great!

  When I was installing, I found a very small bug.
  On FreeBSD-2.2.7,
  the Makefile of '/usr/home/kuniaki/src/irrd-1.6/programs/irr_submit'
  probably don't terminate normally.
  It makes some error of 'install' command.
  You may change these lines.

---(Original)---
install: $(GOAL)
        $(INSTALL) -m 755 $(GOAL) $(DESTDIR)/$(GOAL)
---
  This code will execute below line.

  install -m 755 irr_submit irr_rpsl_submit /usr/local/sbin/irr_submit irr_rpsl_submit

  Maybe, this isn't better.

  at lease, I think that you may change these line in Makefile to
below.

---(I chenged)---
install: $(GOAL)
        $(INSTALL) -m 755 $(GOAL) $(DESTDIR)/
---                                          ^^^^^^^^(deleted)

Cheers.
---
Kuniaki Kondo
kuniaki@iij.ad.jp
Internet Initiative Japan Inc.

> 
> Cheers.
> 
> 
> - Craig
> 
> 
> Craig Labovitz				One Microsoft Way
> Microsoft Research			Redmond, WA 98052
> labovit@microsoft.com			(425) 705-4296 voice
> 
> 
> 



[an error occurred while processing this directive]