Date: Fri, 14 Sep 2007 20:32:53 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: flz@freebsd.org Subject: Re: dsniff installation failure Message-ID: <200709142032.53589.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <20070914133729.GA43597@ducati-748.3rdrock.kicks-ass.net> References: <20070914133729.GA43597@ducati-748.3rdrock.kicks-ass.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709142032.53589.fbsd.questions>