dsniff installation failure
Alain G. Fabry
alainfabry at belgacom.net
Sat Sep 15 11:22:49 PDT 2007
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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
More information about the freebsd-questions
mailing list