You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Popular mods like Exile needs a database connector like extDB2.so for server side. By default extDB2.so need some shared libraries but unfortunately one of them is not installed in the ubuntu image by default:
Popular mods like Exile needs a database connector like extDB2.so for server side. By default extDB2.so need some shared libraries but unfortunately one of them is not installed in the ubuntu image by default:
The solution is easy: just
sudo apt-get install libtbb2:i386but sadly that step is required every time I start the service viadocker-compose up.