Comments on: How to compile ettercap NG 0.7.3 on Mac OSX when you get that annoying pthread error http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/ Tu fui, ego eris Fri, 15 Aug 2014 11:26:27 +0000 hourly 1 http://wordpress.org/?v=4.1.5 By: Basti http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-838 Tue, 24 Apr 2012 10:54:24 +0000 http://writequit.org/blog/?p=69#comment-838 thanks, never thought I would get an answer… I’m going to try this the next days…

]]>
By: wino http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-837 Tue, 24 Apr 2012 04:39:34 +0000 http://writequit.org/blog/?p=69#comment-837 Basti. sudo su. then type it again..

]]>
By: Basti http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-830 Tue, 24 Jan 2012 11:41:03 +0000 http://writequit.org/blog/?p=69#comment-830 Hoepfully anyone could help me out with this…
FIRST: WOOOHOOOW I would never figured out that issue ! Thanks a lot…Buttttt still:
./configure = check
make = check
make install = error >.<

collect2: ld returned 1 exit status
make[2]: *** [ettercap] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

hopefully this last 4 lines are enough for giving me an answer on what to do :/

thanks a lot

]]>
By: sk0rp10 http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-799 Tue, 02 Aug 2011 11:32:11 +0000 http://writequit.org/blog/?p=69#comment-799 @Christoph: could you please post the full instructions on how to compile ettercap @ OSX Lion?
I’m stuck at pthread not found error while configuring ettercap before Make.

Thank you!

]]>
By: weight loss http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-796 Mon, 25 Apr 2011 15:56:43 +0000 http://writequit.org/blog/?p=69#comment-796 Very excellent thought! This is the best post in your site. I think visitor get more effective info in this post. Thanks :)

]]>
By: Christoph Murauer http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-789 Sat, 26 Mar 2011 13:16:16 +0000 http://writequit.org/blog/?p=69#comment-789 Hy !

I know that this posts are old but maybe someone is interesting …

First, Lee thanks for your help with snort … in the meantime I build all things from source without homebrew (even it works fine).

I run ettercap on Mac OS X 10.7 Lion with Xcode 4.1 … if someone is interested there are more things to do.

To the above … before to compile ettercap itself – you have to compile libnet (it was really hard to find the right one) and pcre and then ettercap (with path to pcre because it is not there where configure looks for it).

@Kwint : sudo ettercap -C … then it works.

]]>
By: Kwint http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-526 Sat, 10 Oct 2009 00:26:16 +0000 http://writequit.org/blog/?p=69#comment-526 OK… so.

I’ve manage to install ettercap through MacPorts. So i launched it “eetercap -C” and selected “Sniff>Unified Sniffing”…

Here Ettercap Crashe and here the message I have :

“ERROR : 13, Permission denied
[ec_curses.c:curses_unified_sniff:558]

pcap_lookupdev: no suitable device found”

Any idea ?

thx all

]]>
By: Kwint http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-525 Fri, 09 Oct 2009 23:58:05 +0000 http://writequit.org/blog/?p=69#comment-525 Hi all.

I ‘m trying to get Ettercap running on my 10.5.8.
I used to have the PTHREAD Error and managed it with your trick.

Now I have a different cool new problem. I can’t “MAKE” or “MAKE INSTALL”.

Here it’s the message I have on the ending line :

“checking for libnet… no
configure: error: libnet >= 1.1.2.1 not found”

I’m using MacPorts to manage my ports and libs.
So I Unistall it and Reistall everyting.

Here it’s my ports list from “port installed” command :

“The following ports are currently installed:
autoconf @2.64_2 (active)
automake @1.11_0 (active)
expat @2.0.1_0 (active)
gettext @0.17_4 (active)
gperf @3.0.4_0 (active)
help2man @1.36.4_1 (active)
libiconv @1.13_0 (active)
libnet11 @1.1.4_0 (active)
libpcap @1.0.0_0 (active)
libtool @2.2.6a_0 (active)
m4 @1.4.13_0 (active)
ncurses @5.7_0 (active)
ncursesw @5.7_0 (active)
p5-locale-gettext @1.05_0 (active)
perl5 @5.8.9_0 (active)
perl5.8 @5.8.9_3 (active)
pkgconfig @0.23_1 (active)
xorg-libpthread-stubs @0.1_0 (active)
zlib @1.2.3_3 (active)”

So I obviously Have Libnet Installed.

Any idea what my problem is ?

]]>
By: Kwint http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-524 Fri, 09 Oct 2009 22:10:11 +0000 http://writequit.org/blog/?p=69#comment-524 I just did it again. Unzip

cd /passtomyettercap folder
./configure

I didn’t had the PHTREAD error cause I corrected it with the trick.

next

make or make install

I also tried sudo make or sudo make install but… :

“make: *** No targets specified and no makefile found. Stop.
“…

]]>
By: Kwint http://writequit.org/blog/2007/08/10/how-to-compile-ettercap-ng-073-on-mac-osx-when-you-get-that-annoying-pthread-error/comment-page-1/#comment-523 Fri, 09 Oct 2009 21:41:28 +0000 http://writequit.org/blog/?p=69#comment-523 ya i didi it, and everything seems to be ok.

]]>