From owner-freebsd-questions@FreeBSD.ORG Sat Sep 15 18:22:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE59816A418 for ; Sat, 15 Sep 2007 18:22:48 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 78FCE13C428 for ; Sat, 15 Sep 2007 18:22:48 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from 21.47-245-81.adsl-dyn.isp.belgacom.be (HELO belgacom.net) ([81.245.47.21]) by mailrelay004.isp.belgacom.be with ESMTP; 15 Sep 2007 20:22:46 +0200 X-Belgacom-Dynamic: yes Date: Sat, 15 Sep 2007 20:20:41 +0200 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20070915182041.GA48895@ducati-748.3rdrock.kicks-ass.net> References: <20070914133729.GA43597@ducati-748.3rdrock.kicks-ass.net> <200709142032.53589.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709142032.53589.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.4.2.1i Subject: Re: dsniff installation failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2007 18:22:49 -0000 On Fri, Sep 14, 2007 at 08:32:53PM +0200, Mel wrote: > On Friday 14 September 2007 15:37:29 Alain G. Fabry wrote: > > Hi, > > > > I'm trying to install dsniff and get the following error message during > > install. Running FreeBSD 6.2-RELEASE, just updated the ports collection > > What can I do to get dsniff installed? > > > > Thanks, > > > > FreeBSD# make install clean > > ===> Building for dsniff-2.3_3 > > cc -o dsniff asn1.o base64.o buf.o hex.o magic.o mount.o pcaputil.o rpc.o > > tcp_raw.o trigger.o record.o dsniff.o decode.o decode_aim.o decode_citrix.o > > decode_cvs.o decode_ftp.o decode_hex.o decode_http.o decode_icq.o > > decode_imap.o decode_irc.o decode_ldap.o decode_mmxp.o decode_mountd.o > > decode_napster.o decode_nntp.o decode_oracle.o decode_ospf.o > > decode_pcanywhere.o decode_pop.o decode_portmap.o decode_postgresql.o > > decode_pptp.o decode_rip.o decode_rlogin.o decode_smb.o decode_smtp.o > > decode_sniffer.o decode_snmp.o decode_socks.o decode_tds.o decode_telnet.o > > decode_vrrp.o decode_yp.o decode_x11.o -lrpcsvc -L. -lmissing > > -L/usr/local/lib -lnids -lpcap -L/usr/local/lib/libnet10 -lnet -lssl > > -lcrypto > > Note: missing `pkgconfig --libs gthread-2.0` in LDFLAGS. > @flz since he last touched the Makefile :p > > This happens when libnids is installed in the same run as dependency, because > LIBNIDS_GLIB2 will be empty and the pre-configure target will not be > installed. > > @Alain: > run: `make clean all' and it'll compile. > -- > Mel Thanks, worked like a charm. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"