Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5155

Summary: dsniff-2.3.ebuild (New Package)
Product: Gentoo Linux Reporter: Pau Oliva <pau>
Component: New packagesAssignee: Jared H. Hudson (RETIRED) <jhhudso>
Status: RESOLVED FIXED    
Severity: enhancement CC: frankie, hanno, mholzer, pau
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dsniff-2.3.ebuild
dsniff-2.3.ebuild [update]

Description Pau Oliva 2002-07-17 09:18:12 UTC
Here's an ebuild for dsniff-2.3, a collection of tools for network auditing 
and penetration testing.
I suggest net-analyzer category for this package.
Comment 1 Pau Oliva 2002-07-17 09:20:01 UTC
Created attachment 2330 [details]
dsniff-2.3.ebuild
Comment 2 SpanKY gentoo-dev 2002-08-02 21:07:12 UTC
*** Bug 5924 has been marked as a duplicate of this bug. ***
Comment 3 SpanKY gentoo-dev 2002-08-02 21:20:18 UTC
Created attachment 2777 [details]
dsniff-2.3.ebuild [update]

your ebuild is missing X support and the LICENSE var is incorrect ... try this
ebuild instead
Comment 4 Ben Lutgens (RETIRED) gentoo-dev 2002-08-04 08:52:33 UTC
Doesn't want to compile for me. Which gcc version are you all using?

record.o: In function `record_init':
record.o(.text+0x372): undefined reference to `__db185_open'
collect2: ld returned 1 exit status
make: *** [dsniff] Error 1
Comment 5 Pau Oliva 2002-08-04 10:45:23 UTC
I'm using gcc-2.95.3.

Check this things, they may help you to solve the error:
- Make sure you've sys-libs/db-3.2.9 installed
- Make sure you apply the patches in the ebuild for Makefile and config.h 
*AFTER* doing ./configure...

If you still get this errors try this (this is supposed to be fixed by 
Makefile and config.h patches in the ebuild):

linking /usr/include/db3/db_185.h to /usr/include/db_185.h and see if that 
works or
check record.c for the
# include <db_185.h>
line and provide the absolute path to this file e.g.
#include </usr/include/db3/db_185.h>
Comment 6 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:22:56 UTC
db fix
Comment 7 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:27:48 UTC
db fix
Comment 8 Martin Holzer (RETIRED) gentoo-dev 2003-07-27 14:33:00 UTC
wrangler
Comment 9 Martin Holzer (RETIRED) gentoo-dev 2003-07-27 14:33:22 UTC
in cvs