On Tue, Nov 24, 2009 at 4:11 PM, Mateusz Gierblinski <mateusz.gierblin...@gmail.com> wrote: > > 2009/11/24 Olivier Cherrier <o...@symacx.com> > >> On Mon, Nov 23, 2009 at 06:39:02PM +0100, mateusz.gierblin...@gmail.comwrote: >> > I'm playing around with some security tools and I would like to test out >> the >> > dsniff package. I have tried to install dsniff using ports, db, libnet & >> > dsniff had been compiled but on the end of the installation process log >> file >> > told me that the installation of dsniff had been faked. Why? >> >> You can read ports(7) and bsd.port.mk(5) >> >> -- >> Olivier Cherrier - Symacx.com >> mailto:o...@symacx.com >
> Hi again > > @Nick: It seems that you're right. OpenBSD creates *.tgz package from source > and stores it in /usr/ports/packages/i386/all and after that the package is > automatically installed, but the problem is that package is not installed > in the end. Even tryied to install the package manually but this also did > not work. ..oh? Show us your command log. Did you run 'make install'? Did you run 'sudo make install'? Maybe you're missing an R-dep? -Nick