Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2000 21:19:56 -0400
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        Jeff Gray <jwg2@adsl-63-201-55-220.dsl.snfc21.pacbell.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ex0: not multicast capable, IPv6 not enabled
Message-ID:  <20000506211956.D18944@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <Pine.BSF.4.10.10005061643270.12324-100000@adsl-63-201-55-220.dsl.snfc21.pacbell.net>; from jwg2@adsl-63-201-55-220.dsl.snfc21.pacbell.net on Sat, May 06, 2000 at 04:51:42PM -0700
References:  <20000506151637.B18944@cc942873-a.ewndsr1.nj.home.com> <Pine.BSF.4.10.10005061643270.12324-100000@adsl-63-201-55-220.dsl.snfc21.pacbell.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 06, 2000 at 04:51:42PM -0700, Jeff Gray wrote:
> Crist, 
> 
> Thanks but....
> 
> > tcpdump(8) would be installed at,
> > 
> >   /usr/sbin/tcpdump
> > 
> > Sure it's not there?
> 
> Yes, even updated the locate db and looked again.

Well, I personally never trust locate(1) anyway. It seems to miss
major pieces of my systems. It skips /usr on the machine I am on for
some reason.

> > 
> > It should be there. The card is being recognized in the boot sequence,
> > right?
> 
> Yes, the original 
> ex0: unable to multicast, cannot use IPv6 message that this started with.
> On the suggestion of trying tcpdump to nudge it along I found it was not
> there.

Right. Forgot about that.

> > 
> > > Went to look around and found no pine and no emacs, I do not like vi.
> > 
> > Neither is part of the FreeBSD distribution.
> > 
> 
> Yes, that is why I went to use pkg_add from the CDs.   As I have not net
> connetivity best to start with a real editor in place.

Oooh. vi(1) is most definately a "real editor." That silly ee(1) thing
comes in the base if you want to use that.

> > 
> > > Error message on pine is libssl.so.1 not found.
> > 
> > Strange. A 4.0 install should have /usr/lib/libssl.so.1. Did you
> > install the "secure" and "crypto" stuff?
> 
> No, during the install I specifically did not install the crypto stuff.
> Did the most standard install possible.
> 
> I cannot imagine how I get only most of the libraries or why pkg_add pine
> would not work.  Something is seriously hosed but hard to understand what
> it might be.

Well, you need to add the secure stuff to get it and the pine package
seems to want it.

To add tcpdump(8) mount your CDROM and,

  # cd bin
  # cat bin.?? | tar --unlink -xpzf - -C / usr/sbin/tcpdump

Might as well verify that you have the two libs that it needs,

  # ldd `which tcpdump`
  /usr/sbin/tcpdump:
          libpcap.so.2 => /usr/lib/libpcap.so.2 (0x2807b000)
          libc.so.3 => /usr/lib/libc.so.3 (0x2808c000)

-- 
Crist J. Clark                           cjclark@home.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000506211956.D18944>