GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.33k stars 821 forks source link

[ Question ] is /serverfiles used as /GarrysMod/(main gmod /garrysmod/) #715

Closed ghost closed 8 years ago

ghost commented 8 years ago

is /serverfiles used as /GarrysMod/(main gmod /garrysmod/)

I need to install libmysql.so.16 for mysqloo support and when I install mysqloo it reads it as missing. One of the requirements for mysqloo is libmyslq and I don't believe that it is reading it. is /serverfiles/ directory used as /GarrysMod(serverfiles)/garrysmod/ ?

UltimateByte commented 8 years ago

Here is a place for developing and talking about LGSM. This is not an LGSM issue. I'll answer anyway, but if you need more help with that, please use the steam group. I'm watching it too. https://steamcommunity.com/groups/linuxgsm/discussions

I got MySQL to work with mysqloo for 2 of my DarkRPs.

Don't use the v7, use the v8 https://facepunch.com/showthread.php?t=1220537

Installation is easy, put the .dll in serverfiles/garrysmod/lua/bin , then set your addons accordingly to use MySQL. Without mysqloo, the SQL database used is sv.db, located in serverfiles/garrysmod if i remember well. If you wanna keep some content in it, you can upload that SQLite DB to the MySQL DB with PHPMyAdmin or an equivalent.

Ultimately, the equivalent to your client's GarrysMod folder is serverfiles/garrysmod.

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.