Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2004 14:00:02 +0100
From:      Marius Strobl <marius@alchemy.franken.de>
To:        =?iso-8859-1?Q?Hans_Sch=F6nmehl?= <haig@sylac.de>
Cc:        ports@freebsd.org
Subject:   Re: ettercap make fail
Message-ID:  <20041120140002.A81166@newtrinity.zeist.de>
In-Reply-To: <XFMail.20041119190656.haig@sylac.de>; from haig@sylac.de on Fri, Nov 19, 2004 at 07:06:56PM -0500
References:  <XFMail.20041119190656.haig@sylac.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 19, 2004 at 07:06:56PM -0500, Hans Schönmehl wrote:
> hi there,
> 
> after a portupograde ( including the
> libnet-1.0.2,1 to libnet-1.0.2a,1 )
> make ( and portupgrade ) for ettercap
> produces " error 1", see the attached output.
> obviously is ettercap looking for libnet-1.0.2,1,
> which were upgraded..
> do I have to additionally install the libnet-1.0.2,1 again ??
> 

Like the configure script says ettercap 0.7.1 requires libnet >= 1.1.2.1
which corresponds to net/libnet-devel. I changed the Makefile of the
ettercap port to explicitly check for net/libnet-devel and not confuse
confuse an installed net/libnet with it so the port no longer attempts
to build with an installed net/libnet. Unfortunately this won't help
you much if you have other ports depending on net/libnet installed
as net/libnet currently conflicts with net/libnet-devel.
The issue with detecting the installed version of net/libnet* wrongly
also affects a couple of other ports.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041120140002.A81166>