This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
configure xar error #521
Comments
is there solution for this? |
It worked for me (Kali 2017.1 Rolling) with libssl1.0-dev instead of libssl-dev. You'll have to replace the relevant line in empire's install.sh script. |
that was it, thank you! |
fixed in dev. Will update master in a few. 72e1ddd |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Empire Version
2.0
OS Information (Linux flavor, Python version)
Kali Linux
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
sudo ./install.sh
.......
xar-1.5.2/install-sh
...
checking for openssl/evp.h... yes
checking for OpenSSL_add_all_ciphers in -lcrypto... no
configure: error: Cannot build without libcrypto (OpenSSL)
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
my openssl version : OpenSSL 1.1.0e 16 Feb 2017
xar-1.5.2 cannot build with openssl 1.1.0e
thanks
The text was updated successfully, but these errors were encountered: