dsniff fails linking

matt donovan kitchetech at gmail.com
Sun Apr 19 14:47:04 UTC 2009


when I try to compile the dsniff port it fails at linking. Sorry about
the long paste in this email but I sent this to the maintainer as
well.

cc  -o dsniff asn1.o base64.o buf.o hex.o magic.o mount.o pcaputil.o rpc.o tcp_r
aw.o trigger.o record.o dsniff.o decode.o decode_aim.o decode_citrix.o decode_cv
s.o decode_ftp.o decode_hex.o decode_http.o decode_icq.o decode_imap.o decode_ir
c.o decode_ldap.o decode_mmxp.o decode_mountd.o decode_napster.o decode_nntp.o d
ecode_oracle.o decode_ospf.o decode_pcanywhere.o decode_pop.o decode_portmap.o d
ecode_postgresql.o decode_pptp.o decode_rip.o decode_rlogin.o decode_smb.o decod
e_smtp.o decode_sniffer.o decode_snmp.o decode_socks.o decode_tds.o decode_telne
t.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
/usr/local/lib/libnids.a(libnids.o)(.text+0xa8): In function `nids_dispatch':
: undefined reference to `g_async_queue_push'
/usr/local/lib/libnids.a(libnids.o)(.text+0xec): In function `nids_dispatch':
: undefined reference to `g_thread_create_full'
/usr/local/lib/libnids.a(libnids.o)(.text+0x215): In function `cap_queue_process
_thread':
: undefined reference to `g_async_queue_pop'
/usr/local/lib/libnids.a(libnids.o)(.text+0x22a): In function `cap_queue_process
_thread':
: undefined reference to `g_thread_exit'
/usr/local/lib/libnids.a(libnids.o)(.text+0x335): In function `nids_exit':
: undefined reference to `g_async_queue_length'
/usr/local/lib/libnids.a(libnids.o)(.text+0x41f): In function `nids_run':
: undefined reference to `g_thread_create_full'
/usr/local/lib/libnids.a(libnids.o)(.text+0x478): In function `nids_run':
: undefined reference to `g_async_queue_push'
/usr/local/lib/libnids.a(libnids.o)(.text+0xec): In function `nids_dispatch':
: undefined reference to `g_thread_create_full'
/usr/local/lib/libnids.a(libnids.o)(.text+0x215): In function `cap_queue_process
_thread':
: undefined reference to `g_async_queue_pop'
/usr/local/lib/libnids.a(libnids.o)(.text+0x22a): In function `cap_queue_process
_thread':
: undefined reference to `g_thread_exit'
/usr/local/lib/libnids.a(libnids.o)(.text+0x335): In function `nids_exit':
: undefined reference to `g_async_queue_length'
/usr/local/lib/libnids.a(libnids.o)(.text+0x41f): In function `nids_run':
: undefined reference to `g_thread_create_full'
/usr/local/lib/libnids.a(libnids.o)(.text+0x478): In function `nids_run':
: undefined reference to `g_async_queue_push'
/usr/local/lib/libnids.a(libnids.o)(.text+0x63e): In function `nids_init':
: undefined reference to `g_thread_init'
/usr/local/lib/libnids.a(libnids.o)(.text+0x643): In function `nids_init':
: undefined reference to `g_async_queue_new'
/usr/local/lib/libnids.a(libnids.o)(.text+0xbc7): In function `nids_pcap_handler
':
: undefined reference to `g_async_queue_lock'
/usr/local/lib/libnids.a(libnids.o)(.text+0xbd4): In function `nids_pcap_handler
':
: undefined reference to `g_async_queue_length_unlocked'
/usr/local/lib/libnids.a(libnids.o)(.text+0xbf1): In function `nids_pcap_handler
':
: undefined reference to `g_async_queue_push_unlocked'
/usr/local/lib/libnids.a(libnids.o)(.text+0xd40): In function `nids_next':
: undefined reference to `g_thread_create_full'
/usr/local/lib/libnids.a(libnids.o)(.text+0xd87): In function `nids_next':
: undefined reference to `g_async_queue_push'
/usr/local/lib/libnids.a(libnids.o)(.text+0xc0a): In function `nids_pcap_handler
':
: undefined reference to `g_async_queue_unlock'


More information about the freebsd-ports mailing list