nakla/sbfspot

Docker with MySQL stopped working in version 1.1

JochenFroehlich opened this issue · 3 comments

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

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

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

nakla commented

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).