jpylypiw / teamspeak-egg

pterodactyl.io custom egg for teamspeak server having some features the default one doesn't have
GNU General Public License v3.0
12 stars 9 forks source link

[Bug] with using mariaDB #2

Closed Wunderharke closed 4 years ago

Wunderharke commented 5 years ago

I'm using this egg and had to search a lot to get mariaDB working. Solution can be found here: https://github.com/pterodactyl/panel/issues/630

maybe this shoud be meged ihto here.

jpylypiw commented 4 years ago

Hi @Wunderharke, sorry I noticed the issue very late... Sure I can implement this in the egg while installing. When I got all information right I only need to copy the libmariadb.so.2 from the redist folder to the root folder. Am I right with that?

Wunderharke commented 4 years ago

Hi @jpylypiw,

I haven't tried that, however, that should work as well. I simply added export LD_LIBRARY_PATH=".:redist:$LD_LIBRARY_PATH" at top of ts3server_minimal_runscript.sh.