Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Add libtbb2:i386 #89

Open
xbelanch opened this issue Mar 11, 2023 · 0 comments
Open

Add libtbb2:i386 #89

xbelanch opened this issue Mar 11, 2023 · 0 comments

Comments

@xbelanch
Copy link

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:

linuxgsm@e56d774892df:~/serverfiles/@ExileServer$ ldd extDB2.so
        linux-gate.so.1 (0xf7fc9000)
        libtbbmalloc.so.2 => not found
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7fb8000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf72fb000)
        libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7f95000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf710c000)
        /lib/ld-linux.so.2 (0xf7fcb000)

The solution is easy: just sudo apt-get install libtbb2:i386 but sadly that step is required every time I start the service via docker-compose up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant