Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

configure xar error #521

Closed
vindia9 opened this issue May 18, 2017 · 5 comments
Closed

configure xar error #521

vindia9 opened this issue May 18, 2017 · 5 comments

Comments

@vindia9
Copy link

vindia9 commented May 18, 2017

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

@y0d4a
Copy link

y0d4a commented May 31, 2017

is there solution for this?

@gedsic
Copy link

gedsic commented Jun 2, 2017

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.

@y0d4a
Copy link

y0d4a commented Jun 2, 2017

that was it, thank you!

@xorrior
Copy link
Contributor

xorrior commented Jun 2, 2017

Thanks @gedsic . I'll update the install script @vindia9 @y0d4a

@xorrior
Copy link
Contributor

xorrior commented Jun 2, 2017

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants