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

Added libssl-dev to conpot install script #739

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gitsoft
Copy link

@gitsoft gitsoft commented Jan 2, 2020

What: Missing dlls
Where: deploy_conpot.sh
Sensor Deployment OS: Ubuntu 18.04

Error description
I had the following install error when deploying conpot on Ubuntu 18.04

/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot find -lcrypto
collect2: error: ld returned 1 exit status
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

The fix
It turns out the ssl and crypto libs comes from the libssl-dev package. I added it to the install script and that fixed the error.

please note: I have not tested deploying on Ubuntu 14.04 and 16.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants