#1649 closed defect (fixed)
dsniff failing to install
Reported by: | stuff@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
When I try to install dsniff it installs all the dependences fine but when it gets to dsniff this error happens even after a restart
---> Building dsniff with target all Error: Target com.apple.build returned: shell command "cd "/Users/masterofall/darwinports/dports/net/dsniff/work/dsniff-2.3" && make all" returned error 2 Command output: gcc -DBIND_8_COMPAT=1 -D_BSD_SOURCE -DLIBNET_BIG_ENDIAN -DDSNIFF_LIBDIR=\"/opt/local/lib/\" -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -I./missing -c ./pcaputil.c pcaputil.c:18:22: pcap-int.h: No such file or directory pcaputil.c: In function `bpf_immediate': pcaputil.c:26: error: `BIOCIMMEDIATE' undeclared (first use in this function) pcaputil.c:26: error: (Each undeclared identifier is reported only once pcaputil.c:26: error: for each function it appears in.) pcaputil.c: In function `pcap_init': pcaputil.c:87: error: dereferencing pointer to incomplete type make: * [pcaputil.o] Error 1
Change History (1)
comment:1 Changed 21 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
I committed a patch which should fix this issue.