vircadia / vircadia-builder

Builds Vircadia's native Interface and Domain server ("Project Athena") on Linux.
GNU General Public License v3.0
20 stars 37 forks source link

Ubuntu 18.04 needs libcrypto.so.1.0.0 #33

Closed Misterblue closed 3 years ago

Misterblue commented 3 years ago

When building with vircadia-builder in an Ubuntu-18.04 Docker container, running the domain-server fails with missing library libcrypto.1.0.0. This is from OpenSSL thus suggesting that OpenSSL should be added to the Ubuntu 18.04 distro.

Misterblue commented 3 years ago

humm... this isn't the fix. I will investigate more and figure out what is needed

Misterblue commented 3 years ago

I'm not sure this is a problem. I've started doing the dependencies a little differently and now it's working.

I'll close this and refile if I figure it was a vircadia-builder problem and not an operator error.