Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

error while loading shared libraries: libssl.so.1.0.0 #1

Open
gamefundas opened this issue Mar 1, 2019 · 3 comments
Open

error while loading shared libraries: libssl.so.1.0.0 #1

gamefundas opened this issue Mar 1, 2019 · 3 comments

Comments

@gamefundas
Copy link

Running cloudkarafka-mgmt.linux on CentOs AWS EC2 instance causes the following error
error while loading shared libraries: libssl.so.1.0.0

Any way to overcome this?

@Vanlightly
Copy link

On an Ubuntu docker image I had the same issue and found the solution documented here.

So for CentOS 7 try:
yum install -q -y cyrus-sasl-lib openssl-libs

@gamefundas
Copy link
Author

gamefundas commented Mar 4, 2019

@Vanlightly Tried that on as suggested and yum reports its up to date with latest version.

Will try a new Amazon Linux image to see if it works.

@snichme
Copy link
Contributor

snichme commented May 12, 2020

Just tried running it on Ubuntu 20.04 and I got the same error
/opt/cloudkarafka-mgmt/cloudkarafka-mgmt.linux: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

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

3 participants