Symbol not found Hi, I'm trying to run teamspeak3 server on an arm machine and i'm getting errors: ``` Using emulated libts3_ssh.so Using native(wrapped) libdl.so.2 Using native(wrapped) librt.so.1 Using native(wrapped) libm.so.6 Using native(wrapped) libpthread.so.0 Using emulated /usr/lib/box64-x86_64-linux-gnu/libstdc++.so.6 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) libutil.so.1 Using native(wrapped) libbsd.so.0 Using emulated /usr/lib/box64-x86_64-linux-gnu/libgcc_s.so.1 Using emulated libts3db_postgresql.so Using emulated /usr/lib/box64-x86_64-linux-gnu/libpq.so.5 Using native(wrapped) libssl.so.3 Using native(wrapped) libcrypto.so.3 Using native(wrapped) libgssapi_krb5.so.2 Using emulated /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 Using emulated /usr/lib/box64-x86_64-linux-gnu/liblber-2.5.so.0 Using emulated /usr/lib/box64-x86_64-linux-gnu/libsasl2.so.2 Using native(wrapped) libgnutls.so.30 Error: Symbol pthread_getconcurrency not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0505b100 (0x10676) in /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 Error: Symbol dn_expand not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0505b1c0 (0x107f6) in /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 Error: Symbol res_query not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0505bc70 (0x11d56) in /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 Error: relocating Plt symbols in elf libldap-2.5.so.0 Error initializing needed lib libcrypto.so.3 Error loading one of needed lib Error initializing needed lib ld-linux-x86-64.so.2 Error loading one of needed lib Error initializing needed lib libts3db_postgresql.so ``` How can this be fixed? Thanks in advance!