Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5155 - dsniff-2.3.ebuild (New Package)
Summary: dsniff-2.3.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Jared H. Hudson (RETIRED)
URL:
Whiteboard:
Keywords:
: 5924 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-17 09:18 UTC by Pau Oliva
Modified: 2003-07-27 14:33 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dsniff-2.3.ebuild (dsniff-2.3.ebuild,1.54 KB, text/plain)
2002-07-17 09:20 UTC, Pau Oliva
Details
dsniff-2.3.ebuild [update] (dsniff-2.3.ebuild,1.64 KB, text/plain)
2002-08-02 21:20 UTC, SpanKY
Details

Note You need to log in before you can comment on or make changes to this bug.
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