[MacPorts] #25606: dsniff 2.3 build error

MacPorts noreply at macports.org
Fri Jul 9 17:51:05 PDT 2010


#25606: dsniff 2.3 build error
-----------------------------+----------------------------------------------
 Reporter:  vh3@…            |       Owner:  macports-tickets@…                   
     Type:  defect           |      Status:  new                                  
 Priority:  Normal           |   Milestone:                                       
Component:  ports            |     Version:  1.9.1                                
 Keywords:  dsniff arpspoof  |        Port:  dsniff                               
-----------------------------+----------------------------------------------

Comment(by hsivank@…):

 Hello vh3,

 You should build libnids against libnet ... ( or install dnsiff-devel )

 anyway you can try this

 remove libnids and libnet11
 {{{
 sudo port uninstall libnids
 sudo port uninstall libnet11
 }}}

 apply this patch to libnids portfile's

 {{{
 --- Portfile.orig       2010-07-10 02:48:59.000000000 +0200
 +++ Portfile    2010-07-10 02:41:11.000000000 +0200
 @@ -20,7 +20,7 @@
                   sha1    105bff0d0d35ab95ec90cce98cfb409f64ed44b4 \
                   rmd160  38994ad04f688291315bfcde38d8795e7a4c4226

 -depends_lib      port:libpcap port:libnet11
 +depends_lib      port:libpcap port:libnet

  configure.args   --mandir=${prefix}/share/man --disable-libglib
 }}}



 now you can install dsniff
 {{{
 sudo port install dsniff
 }}}

 ;-)

-- 
Ticket URL: <http://trac.macports.org/ticket/25606#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list