Re: Announce CMU DHCP/BOOTP/SNMP agent
"Thomas B. Clark" <tclark@med.unc.edu> Thu, 07 March 1996 23:07 UTC
Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa21756;
7 Mar 96 18:07 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa21752;
7 Mar 96 18:07 EST
Received: from coral.bucknell.edu by CNRI.Reston.VA.US id aa14618;
7 Mar 96 18:07 EST
Received: from charcoal-gw.eg.bucknell.edu by coral.bucknell.edu;
(5.65v3.0/1.1.8.2/29Aug94-0956AM)
id AA15101; Thu, 7 Mar 1996 16:00:15 -0500
Received: from reef.bucknell.edu by charcoal (5.x/SMI-SVR4)
id AA24764; Thu, 7 Mar 1996 15:41:09 -0500
Received: from durham.med.unc.edu by reef.bucknell.edu with SMTP
(5.65/IDA-1.2.8) id AA13269; Thu, 7 Mar 1996 15:22:49 -0500
Received: from moore.med.unc.edu by med.unc.edu (4.1/SMI-4.0-ACB-1.0)
id AA09242; Thu, 7 Mar 96 15:38:32 EST
Received: from tongue.med.unc.edu by moore.med.unc.edu (SMI-8.6/SMI-SVR4)
id PAA29943; Thu, 7 Mar 1996 15:38:28 -0500
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: "Thomas B. Clark" <tclark@med.unc.edu>
X-Orig-Sender: tclark@med.unc.edu
To: Brian Morin <bmorin@sc2.suburban-cable.com>
Cc: dhcp-v4@bucknell.edu
Subject: Re: Announce CMU DHCP/BOOTP/SNMP agent
Message-Id: <SIMEON.9603071528.D@tongue.med.unc.edu>
Date: Thu, 7 Mar 1996 15:38:28 -0500 ()
Priority: NORMAL
X-Mailer: Simeon for Win32 Version 4 Beta 6
X-Authentication: IMSP
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Add Solaris 2.5 with Sun's SUNWspro cc. Same problems. On Thu, 7 Mar 1996 15:03:09 -0500 (EST) Brian Morin <bmorin@sc2.suburban-cable.com> wrote: > > > 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