All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Source of this version of rbootd-2.0-2
@ 2001-02-03  0:51 Christoph Plattner
  2001-02-03  1:17 ` Matthew Wilcox
  0 siblings, 1 reply; 7+ messages in thread
From: Christoph Plattner @ 2001-02-03  0:51 UTC (permalink / raw)
  To: parisc-linux

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.
I want further change the default path from /export... 
to my setup.....

Cheers
	Christoph

-- 
-------------------------------------------------------------------------
private:	christoph.plattner@dot.at
company:	christoph.plattner@alcatel.at

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] Source of this version of rbootd-2.0-2
  2001-02-03  0:51 [parisc-linux] Source of this version of rbootd-2.0-2 Christoph Plattner
@ 2001-02-03  1:17 ` Matthew Wilcox
  2001-02-03 15:25   ` penfold
  0 siblings, 1 reply; 7+ messages in thread
From: Matthew Wilcox @ 2001-02-03  1:17 UTC (permalink / raw)
  To: Christoph Plattner; +Cc: parisc-linux

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.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] Source of this version of rbootd-2.0-2
  2001-02-03  1:17 ` Matthew Wilcox
@ 2001-02-03 15:25   ` penfold
  2001-02-03 17:24     ` Matthew Wilcox
  0 siblings, 1 reply; 7+ messages in thread
From: penfold @ 2001-02-03 15:25 UTC (permalink / raw)
  To: parisc-linux

> 
> 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] Source of this version of rbootd-2.0-2
  2001-02-03 15:25   ` penfold
@ 2001-02-03 17:24     ` Matthew Wilcox
  2001-02-04  1:30       ` penfold
  0 siblings, 1 reply; 7+ messages in thread
From: Matthew Wilcox @ 2001-02-03 17:24 UTC (permalink / raw)
  To: penfold; +Cc: parisc-linux

On Sun, Feb 04, 2001 at 02:25:37AM +1100, penfold@customware.com.au wrote:
> 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.

i'm running debian potato, and i have Version: 0.4a6-3.  i didn't need
to do this.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] Source of this version of rbootd-2.0-2
  2001-02-03 17:24     ` Matthew Wilcox
@ 2001-02-04  1:30       ` penfold
  2001-02-04  1:50         ` herrold
  0 siblings, 1 reply; 7+ messages in thread
From: penfold @ 2001-02-04  1:30 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

> i'm running debian potato, and i have Version: 0.4a6-3.  i didn't need
> to do this.

just quick check to make sure I didnt have something which I had manually
done, it seems the .rpm itself differs.


[penfold@artemis penfold]$ rpm -ql libpcap
/usr/doc/libpcap-0.4
/usr/doc/libpcap-0.4/CHANGES
/usr/doc/libpcap-0.4/README
/usr/include/pcap
/usr/include/pcap/net
/usr/include/pcap/net/bpf.h
/usr/include/pcap/pcap-namedb.h
/usr/include/pcap/pcap.h
/usr/lib/libpcap.a
/usr/man/man3/pcap.3
[penfold@artemis penfold]$ cat /etc/issue.net

Red Hat Linux release 6.1 (Cartman)
Kernel 2.2.18 on an alpha
[penfold@artemis penfold]$

I also chaeck a RH 6.2 /libpcap-0.4-19.alpha and it is the same as my 6.1.

standards are great... there are so many to choose from!

Damian
penfold@customware.com.au

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] Source of this version of rbootd-2.0-2
  2001-02-04  1:30       ` penfold
@ 2001-02-04  1:50         ` herrold
  2001-02-04  5:54           ` penfold
  0 siblings, 1 reply; 7+ messages in thread
From: herrold @ 2001-02-04  1:50 UTC (permalink / raw)
  To: penfold; +Cc: Matthew Wilcox, parisc-linux, Jim Wildman

On Sun, 4 Feb 2001 penfold@customware.com.au wrote:

> just quick check to make sure I didnt have something which I had manually
> done, it seems the .rpm itself differs.

<snip>

> I also chaeck a RH 6.2 /libpcap-0.4-19.alpha and it is the same as my 6.1.
>
> standards are great... there are so many to choose from!

... Jeff Johnson at Red Hat is the current maintainer of tpcdump,
which emits libpcap ... He is pretty conscientious, but constrained
by the need to make sure certain version usability goals are met
there to support their paying customers;  Dug Song of the OpenBSD
side has also made disparaging remarks on some former releases of
tcpdump et al by Red Hat.

Try grabbing the tcpdump _SRPM_ from the RH Rawhide (their current
devel build tree), for a later version (All SRPMS contain pristine
tarballs ...), and pull the tarball, and build from that.

I was working with the rbootd sources in the OpenBSD tree yesterday,
as well;  Has the OpenBSD PARISC port -- seemingly inactive for over
a year -- anything to offer this Linux effort?

-- Russ Herrold

(PS: JAW - you'll soon know why ...)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] Source of this version of rbootd-2.0-2
  2001-02-04  1:50         ` herrold
@ 2001-02-04  5:54           ` penfold
  0 siblings, 0 replies; 7+ messages in thread
From: penfold @ 2001-02-04  5:54 UTC (permalink / raw)
  To: parisc-linux

> 
> On Sun, 4 Feb 2001 penfold@customware.com.au wrote:
> 
> 
> Try grabbing the tcpdump _SRPM_ from the RH Rawhide (their current
> devel build tree), for a later version (All SRPMS contain pristine
> tarballs ...), and pull the tarball, and build from that.

I wouldnt bother...

for the sake of a quick edit, I'm a happy camper.

Alternateively, a few symlinks would fix it.

Damian
penfold@customware.com.au

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-02-04  5:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-03  0:51 [parisc-linux] Source of this version of rbootd-2.0-2 Christoph Plattner
2001-02-03  1:17 ` Matthew Wilcox
2001-02-03 15:25   ` penfold
2001-02-03 17:24     ` Matthew Wilcox
2001-02-04  1:30       ` penfold
2001-02-04  1:50         ` herrold
2001-02-04  5:54           ` penfold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.