Re: Announce CMU DHCP/BOOTP/SNMP agent
Brian Morin <bmorin@sc2.suburban-cable.com> Thu, 07 March 1996 20:31 UTC
Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa19437;
7 Mar 96 15:31 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa19433;
7 Mar 96 15:31 EST
Received: from coral.bucknell.edu by CNRI.Reston.VA.US id aa12334;
7 Mar 96 15:31 EST
Received: from charcoal-gw.eg.bucknell.edu by coral.bucknell.edu;
(5.65v3.0/1.1.8.2/29Aug94-0956AM)
id AA06178; Thu, 7 Mar 1996 15:19:18 -0500
Received: from reef.bucknell.edu by charcoal (5.x/SMI-SVR4)
id AA24152; Thu, 7 Mar 1996 15:06:00 -0500
Received: from sc2.suburban-cable.com by reef.bucknell.edu with SMTP
(5.65/IDA-1.2.8) id AA10412; Thu, 7 Mar 1996 14:48:40 -0500
Received: (from bmorin@localhost) by sc2.suburban-cable.com (8.6.12/8.6.12) id
PAA00683; Thu, 7 Mar 1996 15:03:10 -0500
Date: Thu, 7 Mar 1996 15:03:09 -0500 (EST)
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Brian Morin <bmorin@sc2.suburban-cable.com>
To: dhcp-v4@bucknell.edu
Subject: Re: Announce CMU DHCP/BOOTP/SNMP agent
In-Reply-To: <27478.826224935@austin.BrandonU.CA>
Message-Id: <Pine.BSD/.3.91.960307150106.660B-100000@sc2.suburban-cable.com>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
I've been trying to complile this under Irix 5.3, OSF/1, BSDI, and SCO..
I've had no luck... I thought I was pretty good at this.. =(
On Thu, 7 Mar 1996, Tobias Weingartner wrote:
> On Wednesday, March 6, Christopher Davis wrote:
> > All,
> > I've just placed the combined DHCP/BOOTP/SNMP server on our
> > anonymous ftp site. The gzip'ed tar file is located at
> >
> > ftp.net.cmu.edu:/pub/dhcp/dhcp-3.3.6.tar.gz
>
> I tried compiling the above code under Solaris2.4/gcc-2.7.2, and there
> seem to be definite problems with this code. Particularly with prototypes,
> redefinitions of global variables and stuff like that. Also, there seems to
> be at least one file truncated: hname.c
>
> > austin> tail hname.c
> > if(*cp=='#'){
> > fputs(buf,tmp);
> > continue;
> > }
> > rc=sscanf(cp,"%d.%d.%d.%d",ip,ip+1,ip+2,ip+3);
> > if(rc!=4){
> > fputs(buf,tmp);
> > continue;
> > }
> > if(!bcmp(addr,ip))
> > austin>
>
> I someone could re-tar, and include the configure script (if it is needed),
> I would be gratefull. I can fix the prototypes, but I think I'll have trouble
> with hname.c
>
> Thanks.
>
> --Toby.
> *----------------------------------------------------------------------------*
> | Tobias Weingartner | Email: weingart@BrandonU.Ca | Need a Unix sys-admin? |
> | Box 27, Beulah, MB |-----------------------------| Send E-Mail for resume, |
> | R0M 0B0, Canada | Unix Guru, Admin, Sys-Prgmr | and other details... |
> |----------------------------------------------------------------------------|
> | %SYSTEM-F-ANARCHISM, The operating system has been overthrown |
> *----------------------------------------------------------------------------*
>
- Re: Announce CMU DHCP/BOOTP/SNMP agent Brian Morin
- Re: Announce CMU DHCP/BOOTP/SNMP agent Thomas B. Clark