File: README.PLATFORMS

package info (click to toggle)
ettercap 1%3A0.8.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,272 kB
  • sloc: ansic: 58,389; yacc: 313; lex: 204; makefile: 112; sh: 84; xml: 69
file content (250 lines) | stat: -rw-r--r-- 8,781 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
==============================================================================
==============================================================================


       @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@
       @@        @@@     @@@   @@      @@   @@ @@      @@   @@ @@   @@
       @@@@@@    @@@     @@@   @@@@@@  @@@@@@  @@      @@@@@@@ @@@@@@
       @@        @@@     @@@   @@      @@  @@  @@      @@   @@ @@
       @@@@@@@   @@@     @@@   @@@@@@@ @@  @@@ @@@@@@@ @@   @@ @@     NG

                      Copyright 2001-2015 The Ettercap Dev Team

==============================================================================
                        P O R T I N G   S T A T U S
==============================================================================


SYSTEM                  STATUS                NOTES
==============================================================================

LINUX
------------------------------------------------------------------------------
   Linux 3.x            FULL           (primary development platform) 

   Linux 2.6.x          FULL

   Linux 2.4.x          FULL
   
   Linux 2.2.x          FULL
   

SOLARIS
------------------------------------------------------------------------------
   SunOS 5.8 (sparc)    FULL           tested on a SunFire V100 sparc64
   
   Solaris 8 (intel)    FULL           tested on SunOS solaris 5.8 (i386) 


*BSD
------------------------------------------------------------------------------
   FreeBSD 8.x          FULL           tested on FreeBSD 8.3-RELEASE (amd64)

   FreeBSD 5.x          FULL           tested on FreeBSD 5.1-RELEASE (i386)
   
   FreeBSD 4.x          untested

   OpenBSD 3.x          FULL           tested on OpenBSD 3.4 GENERIC#18 i386
   
   OpenBSD 2.x          untested

   NetBSD 1.5.x         untested


MAC OS X (Darwin)
------------------------------------------------------------------------------
   Mac OS X             FULL           tested on OS X Lion and Snow Leopard (64-bit)

   Darwin 7.x           FULL           tested on darwin 7.0.0 (powerpc)
   
   Darwin 6.x           untested 
   

WINDOWS (native/mingw)                 thanks to G. Vanem <giva@bgnett.no>
------------------------------------------------------------------------------
   Windows 2000         untested
   
   Windows XP           untested
   
   Windows 2003         untested


WINDOWS (cygwin)
------------------------------------------------------------------------------
   Windows 2000         untested
   
   Windows XP           untested




==============================================================================
                P L A T F O R M   S P E C I F I C   I S S U E
==============================================================================

------------------------------------------------------------------------------
   L I N U X
------------------------------------------------------------------------------

No known issue, just be sure to have all the required components. (see README)



------------------------------------------------------------------------------
   S O L A R I S
------------------------------------------------------------------------------

After installing the following packages from http://www.sunfreeware.com

   - libtool   1.5      (needed for libltdl)
   - libpcap   0.8.1
   - gcc       3.3.1
   - binutils  2.11.2
   - make      3.80

ettercap should configure and compile without any issue.

libnet 1.1.2.1 should be downloaded from http://www.packetfactory.net and
compiled by your own.

------------------------------------------------------------------------------
   M A C  O S  X
------------------------------------------------------------------------------

thanks to 'rgovostes' for this instructions.

Launch FinkCommander and search for the following software. Select the
appropriate files and press command-shift-i to begin installing them - it'll
take a long time, don't let your machine fall asleep. There may be additional
packages which you should install, such as ones with -dev or -shlibs
extensions. There may be multiple versions of the software available - if in
doubt, go with the latest copy.

   bison >= 1.875-1
   dlcompat >= 20030629-15
   libnet >= 1.1.2.1-1
   libpcap >= 0.8.1-1
   libpoll >= 1.4-11
   libtool >= 1.5-1
   ncurses >= 5.3-20031018-2
   openssl >= 0.9.7c-3
   pcre >= 4.3-1
   pkgconfig >= 0.15.0-2


------------------------------------------------------------------------------
   B S D
------------------------------------------------------------------------------

 + FREEBSD
   
   In order to have plugins support you have to install the following package:

      - libltdl (part of libtool 1.5)
   
   all the other libs can be installed from ports (except for libnet 1.1.2.1, 
   at the moment)

   if you encounter some linking problem compiling the tarball, it is due to
   the libtool version provided within our tarball. to solve the problem
   re-libtoolize the package and recompile it or download the cvs version and 
   run the autogen.sh script.

   on some BSD configurations, even after installing the libtool and libltdl ports, 
   lt_dlopen might not be found by the configure script. To solve this, install the 
   libpcap port from /usr/ports/net and run configure this way:
   CFLAGS="-I /usr/local/include" LDFLAGS="-L /usr/local/lib" ./configure ....

 + OPENBSD

   Same recommendations as for FreeBSD, but you have to find a way to install
   libltdl since it seems that newer version of libtool aren't in the ports
   collection.

   Furthermode OpenBSD requires libpcap 0.8.3 since it fixed a segfault in
   pcap_findalldevs();

   probably you will have to append the --with-iconv=/usr/local to the
   configure command line.

------------------------------------------------------------------------------
   W I N D O W S
------------------------------------------------------------------------------

 + MINGW / MSYS (suggested)
   
   1) download the wpdpack from the winpcap website
      - install the drivers (version >= 3.1 beta)
   2) download the libnet tarball from packetfactory.net
        apply this patch:
        http://ettercap.sf.net/devel/libnet-1.1.2.1-mingw.tar.gz
   3) download pthreads from: ftp://sources.redhat.com/pub/pthreads-win32
   4) download all the other required library from: 
         http://gnuwin32.sourceforge.net/packages.html
            - openssl
            - libgw32c
            - libz
            - libregex
            - libiconv
   5) download the gtk development and runtime packages from:
         http://www.gimp.org/~tml/gimp/win32/downloads.html
   4) unpak all the packages as shown in the following tree:

      .
      |-> ettercap
      |-> gtk
      |-> gw32c
      |-> libiconv
      |-> libnet
      |-> openssl
      |-> pthreads
      |-> regex
      |-> winpcap
      |-> zlib
  
      make sure each directory contains an 'include' dir with the .h files and a
      'lib' directory with the .a/.dll files.
  
   5) enter the ettercap directory and execute the configure script
   6) issue the 'make' command and have fun :)
   7) ettercap/include/ec_os_mingw.h might need to be modified to not declare struct
      timezone as it is already defined in sys/time.h on latest MinGW version.

   *) probably you'll have some difficulties compiling it. you have to modify
   the makefile a bit to suite your environment. don't forget to install all
   the required .dll since the .dll.a are only wrapper to the real .dll file.

   *) if make fails because of a /man/man5 or /man/man8 directory does not exist,
      keep running make until compilation is done
   *) after everything is done type: 
         a) cd ..
         b) /usr/bin/find . -name \*.dll -exec cp {} ettercap/lib \;
         c) cd ettercap
         d) cp ettercap.exe lib
         e) run ettercap from lib

   
   if you want precompiled packages:
      http://sourceforge.net/project/showfiles.php?group_id=17435


 + CYGWIN (deprecated)

   1) download the wpdpack from the winpcap website
      - install the drivers (version >= 3.1 beta)
   2) download the libnet tarball from packetfactory.net
   3) copy the libs in Wpdpack/lib into /usr/lib
      copy the includes in Wpdpack/include into /usr/include/pcap
      rename the /usr/include/pcap/pthread.h to /usr/include/pcap/_pthread.h
   4) compile the libnet source...
         you have to search in the mailing list for the patch for cygwin.
         this is the hardest part... since libnet porting to cygwin is not
         fully working... my bad :(
   5) run the ettercap cmake
   6) issue the 'make' command and have fun


==============================================================================

vim:ts=3:expandtab