mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

compilation terminated. #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to compile skipfish but no luck.

cc -L/usr/lib/ssl/engines -L/usr/lib/ -L/usr/lib/ssl/ -L/usr/local/lib/ 
-L/opt/local/lib skipfish.c -o skipfish -O3 -Wno-format -Wall -funsigned-char 
-g -ggdb -I/usr/local/include/ -I/opt/local/include/ -I/usr/include/ 
-DVERSION=\"1.84b\" \
          http_client.c database.c crawler.c analysis.c report.c -lcrypto -lssl -lidn -lz
http_client.c:39: fatal error: idna.h: No such file or directory
compilation terminated.
make: *** [skipfish] Error 1

Original issue reported on code.google.com by pro...@gmail.com on 20 Feb 2011 at 3:38

GoogleCodeExporter commented 8 years ago
Read the documentation, perhaps? The link to which is given out when you type 
'make'...

http://code.google.com/p/skipfish/wiki/KnownIssues

See problem #1.

Original comment by lcam...@gmail.com on 20 Feb 2011 at 6:07

GoogleCodeExporter commented 8 years ago
FYI: The link to which you refer (as of 2.01b) is only printed to the console 
on a *successful* execution of make. The person that reported this issue 
probably never saw it.

Original comment by seanjrei...@gmail.com on 5 Jul 2011 at 8:24

GoogleCodeExporter commented 8 years ago
this will fix your problem: (you need the ibn library)

sudo apt-get install libidn11-dev

an then try to do a make again.

Original comment by daniel.r...@gmail.com on 3 May 2012 at 11:30