• Mysqloo installation on linux..
    8 replies, posted
So me and my friend, have been hosting GMOD dedicated servers for quite a while, and it's going really good! The servers are popular, but we got one huge problem, which is in our way for our future.. We have tried everything, but we CAN'T make mysqloo work on our servers.. We tried with this [url]http://www.facepunch.com/showthread.php?t=1220537[/url] tutorial, but we got nothing out of it, since he was linking to a file, and we got a folder? So please, if any of you can tell me detailed enough, so I can install this to our donation page, that would be really awesome! Thanks a lot
Did you install it, like it said, both files? Are you using a server host? If so, what host? What addon or Database are you using it for?
[QUOTE]You also need a copy of libMySQL, you can get this from the MySQL website, make sure you download the 32 bit version EVEN IF YOU ARE USING A 64BIT OS. For convenience here is mine for Windows 7, and here is mine for Ubuntu Server 11.04 (I don't know if it will work on other versions of Linux or not).[/QUOTE] This is the part, where we dont know what do to. His file, is just one file. When we try to download it, we get a whole folder, with no file, there is named the same. We're hosting at Hetzner, a dedicated with 32gigs, and core i7. Using TcAdmin.
[QUOTE=fresser;43312312]This is the part, where we dont know what do to. His file, is just one file. When we try to download it, we get a whole folder, with no file, there is named the same. We're hosting at Hetzner, a dedicated with 32gigs, and core i7. Using TcAdmin.[/QUOTE] This is where I also get stuck. I am running CentOS 6, and when I extract the Tarball, I get a folder, and a I don't know where to go after that.
I have centos 6 as well, basically same problem as you guys
I installed libmysql this morning and still nothing.
Try downloading this rar file and extracting all of the files to the same directory as the srcds_linux file: [url]http://blackawps-glua-modules.googlecode.com/svn/trunk/gm_tmysql4_boost/Release/libs.rar[/url]
[QUOTE=Handsome Matt;43451931]My bets are you guys are all missing a dependency of some sort, try install libmysql through you're package managers.[/QUOTE] To check if there are missing libraries use the ldd command. [code] ldd libmysql.so.xx # f.e. ldd libmysql.so.16 linux-gate.so.1 => (0xf770e000) libpthread.so.0 => /lib32/libpthread.so.0 (0xf74e5000) libm.so.6 => /lib32/libm.so.6 (0xf74bf000) libc.so.6 => /lib32/libc.so.6 (0xf7377000) /lib/ld-linux.so.2 (0xf770f000) [/code]
Sorry, you need to Log In to post a reply to this thread.