Skip to content

Added libssl-dev to conpot install script - #739

Open
gitsoft wants to merge 1 commit into
pwnlandia:masterfrom
gitsoft:conpot-fixes-Ubuntu1804
Open

Added libssl-dev to conpot install script#739
gitsoft wants to merge 1 commit into
pwnlandia:masterfrom
gitsoft:conpot-fixes-Ubuntu1804

Conversation

@gitsoft

@gitsoft gitsoft commented Jan 2, 2020

Copy link
Copy Markdown

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