Jump to content
1 post in this topic

Recommended Posts

Hi, I'm having problems getting Ettercap to install on intel Mac OS X 1.4.8 SSE2 kernel 8.8.1, I try to install before with fink, but i get the same bad results.

 

$ uname -a
8.8.1 Darwin Kernel Version 8.8.1: Tue Dec 5 21:19:07 AZOT 2006; semthex:/nebukadnezar/BUILD/obj/RELEASE_I386 i386 i386

 

This appears in the console when attempt to install ettercap: 
$ sudo port install ettercap-ng 
---> Fetching libnet11 
---> Attempting to fetch libnet-1.1.2.1.tar.gz from http://www.packetfactory.net/libnet/dist/ 
---> Verifying checksum(s) for libnet11 
---> Extracting libnet11 
---> Applying patches to libnet11 
---> Configuring libnet11 
---> Building libnet11 with target all 
---> Staging libnet11 into destroot 
---> Packaging tgz archive for libnet11 1.1.2.1_1 
---> Installing libnet11 1.1.2.1_1 
---> Activating libnet11 1.1.2.1_1 
---> Cleaning libnet11 
---> Fetching ettercap-ng 
---> Attempting to fetch ettercap-NG-0.7.3.tar.gz from http://easynews.dl.sourceforge.net/ettercap 
---> Verifying checksum(s) for ettercap-ng 
---> Extracting ettercap-ng 
---> Applying patches to ettercap-ng 
---> Configuring ettercap-ng 
---> Building ettercap-ng with target all 
---> Staging ettercap-ng into destroot 
---> Packaging tgz archive for ettercap-ng 0.7.3_0 
---> Installing ettercap-ng 0.7.3_0 
---> Activating ettercap-ng 0.7.3_0 
---> Cleaning ettercap-ng 

$ sudo port install ettercap 
---> Building ettercap with target all 
Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net
ettercap/work/ettercap-0.6.b" && make all" returned error 2 
Command output: src/ec_dissector_ssh.c:123: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c: In function 'des3_decrypt': 
src/ec_dissector_ssh.c:133: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:133: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:135: warning: implicit declaration of function 'des_ncbc_encrypt' 
src/ec_dissector_ssh.c:135: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:135: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:135: error: 'DES_DECRYPT' undeclared (first use in this function) 
src/ec_dissector_ssh.c:135: error: (Each undeclared identifier is reported only once 
src/ec_dissector_ssh.c:135: error: for each function it appears in.) 
src/ec_dissector_ssh.c:136: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:136: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:136: error: 'DES_ENCRYPT' undeclared (first use in this function) 
src/ec_dissector_ssh.c:137: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:137: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c: In function 'ssh_session_id': 
src/ec_dissector_ssh.c:185: warning: implicit declaration of function 'MD5' 
src/ec_dissector_ssh.c: In function 'reconstruct_stream': 
src/ec_dissector_ssh.c:239: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c: In function 'getfrom_stream': 
src/ec_dissector_ssh.c:261: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c: In function 'Dissector_ssh': 
src/ec_dissector_ssh.c:409: warning: pointer targets in passing argument 3 of 'reconstruct_stream' differ in signedness 
src/ec_dissector_ssh.c:410: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c:416: warning: pointer targets in passing argument 3 of 'reconstruct_stream' differ in signedness 
src/ec_dissector_ssh.c:417: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c:420: warning: pointer targets in passing argument 2 of 'getfrom_stream' differ in signedness 
src/ec_dissector_ssh.c:430: warning: pointer targets in passing argument 1 of 'des3_decrypt' differ in signedness 
src/ec_dissector_ssh.c:432: warning: pointer targets in passing argument 1 of 'des3_decrypt' differ in signedness 
make: *** [src/ec_dissector_ssh.o] Error 1 

Error: Status 1 encountered during processing. 

$ sudo port install ettercap 
---> Building ettercap with target all 
Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net
ettercap/work/ettercap-0.6.b" && make all" returned error 2 
Command output: src/ec_dissector_ssh.c:123: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c: In function 'des3_decrypt': 
src/ec_dissector_ssh.c:133: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:133: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:135: warning: implicit declaration of function 'des_ncbc_encrypt' 
src/ec_dissector_ssh.c:135: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:135: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:135: error: 'DES_DECRYPT' undeclared (first use in this function) 
src/ec_dissector_ssh.c:135: error: (Each undeclared identifier is reported only once 
src/ec_dissector_ssh.c:135: error: for each function it appears in.) 
src/ec_dissector_ssh.c:136: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:136: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:136: error: 'DES_ENCRYPT' undeclared (first use in this function) 
src/ec_dissector_ssh.c:137: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c:137: error: dereferencing pointer to incomplete type 
src/ec_dissector_ssh.c: In function 'ssh_session_id': 
src/ec_dissector_ssh.c:185: warning: implicit declaration of function 'MD5' 
src/ec_dissector_ssh.c: In function 'reconstruct_stream': 
src/ec_dissector_ssh.c:239: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c: In function 'getfrom_stream': 
src/ec_dissector_ssh.c:261: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c: In function 'Dissector_ssh': 
src/ec_dissector_ssh.c:409: warning: pointer targets in passing argument 3 of 'reconstruct_stream' differ in signedness 
src/ec_dissector_ssh.c:410: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c:416: warning: pointer targets in passing argument 3 of 'reconstruct_stream' differ in signedness 
src/ec_dissector_ssh.c:417: warning: pointer targets in assignment differ in signedness 
src/ec_dissector_ssh.c:420: warning: pointer targets in passing argument 2 of 'getfrom_stream' differ in signedness 
src/ec_dissector_ssh.c:430: warning: pointer targets in passing argument 1 of 'des3_decrypt' differ in signedness 
src/ec_dissector_ssh.c:432: warning: pointer targets in passing argument 1 of 'des3_decrypt' differ in signedness 
make: *** [src/ec_dissector_ssh.o] Error 1 

Error: Status 1 encountered during processing.

Any idea¿?

×
×
  • Create New...