ertagh / teamspeak3-server-arm

161 stars 11 forks source link

Is it possible to use box64 on ARM64? #23

Closed TheXAHTEP closed 2 years ago

TheXAHTEP commented 2 years ago

Is it possible to use box64 on ARM64 or x86_64 Teamspeak server binaries uses some x86 libs?

TheXAHTEP commented 2 years ago

After some binwalking I think that's possible

binwalk ts3server 0 0x0 ELF, 64-bit LSB executable, AMD x86-64, version 1 (SYSV)

libts3_ssh.so 0 0x0 ELF, 64-bit LSB shared object, AMD x86-64, version 1 (SYSV)

libts3db_mariadb.so 0 0x0 ELF, 64-bit LSB shared object, AMD x86-64, version 1 (SYSV)

libts3db_postgresql.so 0 0x0 ELF, 64-bit LSB shared object, AMD x86-64, version 1 (SYSV)

libts3db_sqlite3.so 0 0x0 ELF, 64-bit LSB shared object, AMD x86-64, version 1 (SYSV)

tsdns/tsdnsserver 0 0x0 ELF, 64-bit LSB executable, AMD x86-64, version 1 (SYSV)

redist/libmariadb.so.2 0 0x0 ELF, 64-bit LSB shared object, AMD x86-64, version 1 (SYSV)

ertagh commented 2 years ago

Thanks for already looking into it! I will evaluate and test it in the next 1-2 weeks!

SoraKasvgano commented 2 years ago

https://github.com/ptitSeb/box64

aha,i found someone posted this issue ahead of mine.......

looking forward to see box64 version too

ertagh commented 2 years ago

It actually took me longer until I had time to look into it.

With the latest update I added an arm64v8 image with box64!

TheXAHTEP commented 2 years ago

It works great! Thanks for your work!