neechbear / trinitycore

Moved to https://gitlab.com/nicolaw/trinitycore
https://gitlab.com/nicolaw/trinitycore
MIT License
29 stars 20 forks source link

authserver: error loading shared library libssl1.0.2 #4

Closed hurr1k4ne closed 6 years ago

hurr1k4ne commented 6 years ago

using: 49f36598c92e16f2a95813fdcb3a133e1292df2e

when running: "make run" authserver builds okay but fails to start with:

authserver_1 | Starting authserver ... authserver_1 | ./authserver: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory docker_authserver_1 exited with code 127

Dockerfile installs libssl1.1

hurr1k4ne commented 6 years ago

I don't get it, today i installed the "app" again on my production server with ubuntu 18.04 "final" and

-Docker version 18.05.0-ce, build f150324 -docker-compose version 1.21.2, build a133471

now this does not happen again.... strange...