-
Notifications
You must be signed in to change notification settings - Fork 21
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
How to install asleap on ubuntu 20.04? #6
Comments
i also got same problem while tried to compile, and this what i did on my debian system:
|
just install both of the following packages, and you got asleap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I'm tried to install asleap on ubuntu, but i have a little problem. In compiling with makefile i have an error:
gcc -pipe -Wall -D_LINUX -D_OPENSSL_MD4 -g3 asleap.c -o asleap common.o utils.o sha1.o -lpcap -lxcrypt -lcrypto /usr/bin/ld: cannot find -lxcrypt collect2: error: ld returned 1 exit status make: *** [Makefile:32: asleap] Error 1
On all websites everybody tell to install libssl-dev, but in it is no library "lxcrypt". What I can to do?
The text was updated successfully, but these errors were encountered: