PDA

View Full Version : Skipfish Can't be able to update to newest version 2.10b



when123
2013-06-03, 01:29
hi everyone ,

Could anyone can help me with update skipfish to newest version 2.10b

I download sourcescode and make . it is show error
/Downloads/skipfish-2.10b# make
cc -L/usr/local/lib/ -L/opt/local/lib src/skipfish.c -o skipfish \
-O3 -Wno-format -Wall -funsigned-char -g -ggdb -I/usr/local/include/ -I/opt/local/include/ -DVERSION=\"2.10b\" src/http_client.c src/database.c src/crawler.c src/analysis.c src/report.c src/checks.c src/signatures.c src/auth.c src/options.c -lcrypto -lssl -lidn -lz -lpcre
In file included from src/crawler.h:26:0,
from src/skipfish.c:41:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
src/http_client.c:37:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
In file included from src/database.c:33:0:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
In file included from src/crawler.c:30:0:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
In file included from src/analysis.c:28:0:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
In file included from src/report.c:33:0:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
In file included from src/crawler.h:26:0,
from src/checks.c:27:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
In file included from src/database.h:29:0,
from src/signatures.c:35:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
In file included from src/auth.c:30:0:
src/http_client.h:26:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
make: *** [skipfish] Error 1
/Downloads/skipfish-2.10b# apt-get install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

thanks in advanced

root-boy
2013-06-04, 07:11
Installing / Updating packages from kali repositeries is recommanded and doing this isn't wise.

jeimues
2013-06-21, 22:09
root-boy, Do you know how to update skipfish from the repositories?