From owner-freebsd-questions Sat May 6 18:20:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 94EC837B7AA for ; Sat, 6 May 2000 18:20:29 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA21077; Sat, 6 May 2000 21:19:56 -0400 (EDT) (envelope-from cjc) Date: Sat, 6 May 2000 21:19:56 -0400 From: "Crist J. Clark" To: Jeff Gray Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ex0: not multicast capable, IPv6 not enabled Message-ID: <20000506211956.D18944@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000506151637.B18944@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jwg2@adsl-63-201-55-220.dsl.snfc21.pacbell.net on Sat, May 06, 2000 at 04:51:42PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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