nakla / sbfspot

Scripts for building and running the docker container
19 stars 10 forks source link

Docker with MySQL stopped working in version 1.1 #12

Closed JochenFroehlich closed 2 years ago

JochenFroehlich commented 2 years ago

Hi,

i upgraded the version in my docker compose to 1.1 and I'm getting the following error in my docker logs:

Error loading shared library libboost_date_time.so.1.72.0: No such file or directory (needed by /usr/local/bin/sbfspot.3/SBFspot_mysql) Error relocating /usr/local/bin/sbfspot.3/SBFspot_mysql: _ZNK5boost9gregorian10greg_month15as_short_stringEv: symbol not found

Reverting back to v1.0 and everything works normal. Any ideas on how to fix this? Anything I can help with?

Thanks

nakla commented 2 years ago

On which version do you experience the problem? The latest? And which architecture do you use?

JochenFroehlich commented 2 years ago

I'm experiencing it on the latest/v1.1 version. I'm running Ubuntu 20.04 on an x86 environment.

nakla commented 2 years ago

Sorry for the delay. I also use ubuntu 20.04 and i don't have problems. In the newest version, i use an elder version of alpine linux, possibly that fixes your problem (newer versions had problems with libboost on arm platform).