Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*** dependency 'OpenSSL' not found; install it or point OPENSSL_BASE to base path. Stop. #181

Closed
CaptainMcCrank opened this issue Nov 29, 2017 · 1 comment
Labels

Comments

@CaptainMcCrank
Copy link

Make is failing on my Kali Linux box. I've git cloned SSLsplit.

uname -a
Linux kali 4.4.50-v7+ #1 SMP Wed Aug 30 11:08:41 CDT 2017 armv7l GNU/Linux

root@kali:~/sslsplit# which openssl
/usr/bin/openssl

root@kali:~/sslsplit# make
GNUmakefile:250: *** dependency 'OpenSSL' not found; install it or point OPENSSL_BASE to base path. Stop.

I tried putting a symbolic link for openssl in /usr/local/ but I still get the same error.

I'm terrible at dealing with GNUmake errors- so any advice would be greatly appreciated.

@droe
Copy link
Owner

droe commented Jan 3, 2018

It is looking for the OpenSSL library and headers, not the openssl executable. You may need to install developer versions of the OpenSSL library.
Closing this issue as this seems to be not an actual issue in sslsplit.

@droe droe closed this as completed Jan 3, 2018
@droe droe added the question label Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants