[parisc-linux] Source of this version of rbootd-2.0-2

penfold@customware.com.au penfold@customware.com.au
Sun, 4 Feb 2001 02:25:37 +1100 (EST)


> 
> On Sat, Feb 03, 2001 at 01:51:17AM +0100, Christoph Plattner wrote:
> > Hi PA-RISCers !
> > 
> > Is there a source code of "your" binary version of the rbootd.
> > Alle source of debian has the problem, that the file pcap.h is not
> > found.
> 
> you need to `apt-get install libpcap-dev', then you will have a pcap.h
> and can rebuild rbootd.

And, in my case at least also patch defs.h :
replace 
#include <pcap.h>
with 
#include <pcap/pcap.h>

FWIW, I have libpcap-0.4-16.

Hope this helps,

Damian
penfold@customware.com.au