Requesting gm.tmysql.dll linux.
If anyone know where I can find it, please reply.
It can probably be found in /usr/i486-mingw32/bin as that's the only place on Linux I can think of that would have dlls. Unless I'm misunderstanding your question.
Where can I download it?
May I ask why you need this dll? For programming purposes you usually can achieve a dll by installing the mingw32 version of the Linux package. Or you can compile the source with mingw32 which should give you the dll too.
If you have no idea what I'm talking about, you'd probably be better off just googling for a download or elaborating your question.
[QUOTE=Naelstrom;34848057]May I ask why you need this dll? For programming purposes you usually can achieve a dll by installing the mingw32 version of the Linux package. Or you can compile the source with mingw32 which should give you the dll too.
If you have no idea what I'm talking about, you'd probably be better off just googling for a download or elaborating your question.[/QUOTE]
Its for my gamemode.
I got the tmysql, but not the tmysql for linux
Gamemode? I think I am safe to assume that you're talking about gmod.
I am going to assume that you are looking for a specific gmod lua module. After a bit of googling, I didn't find much. It might help if you post where you got the dll in the first place.
afaik linux srcds servers cant use dll's. youll have to use a windows server for that.
he's probably looking for a gm.tmysql.so file.
I found their SVN repo.
[url]http://code.google.com/p/gmodmodules/source/browse/#svn%2Ftrunk%2Fgm_tmysql3[/url]
You'll need to build that and you'll need the dev package for libmysql and the Source SDK
[url]http://www.dll-files.com/[/url]
This site has most DLL files.
[editline]Edited:[/editline]
Couldn't find it.
Even if you found it it would be useless. Linux doesn't do DLLs. That's a windows specific thing. Libraries in linux have an .so extension.
[QUOTE=Boris-B;34878645]Even if you found it it would be useless. Linux doesn't do DLLs. That's a windows specific thing. Libraries in linux have an .so extension.[/QUOTE]
Even tho' he can still use it for whatever reason, just not to modify linux.
[QUOTE=Moofy;34893722]Even tho' he can still use it for whatever reason, just not to modify linux.[/QUOTE]
You yourself don't know how to install a package, please don't confuse other forum users with wrong information.
For linux you would need this [url]http://code.google.com/p/gmodmodules/source/browse/trunk/gm_tmysql3_boost/gm_tmysql_linux.dll[/url] as well as the boost libraries. I think Azu already posted them elsewhere on the forums. You will also need libmysqlclient.so.16 after a lot of trial and error I got it all working. Good Luck!
[QUOTE=Tessius;34934303]For linux you would need this [url]http://code.google.com/p/gmodmodules/source/browse/trunk/gm_tmysql3_boost/gm_tmysql_linux.dll[/url] as well as the boost libraries. I think Azu already posted them elsewhere on the forums. You will also need libmysqlclient.so.16 after a lot of trial and error I got it all working. Good Luck![/QUOTE]
Where do I put the boost libraries?
And where can I find the libmysqlclient.so.16?
You install them from the package manager. If you're on debian/ubuntu/fedora/etc. you might also need to install the dev packages as well. (packagename-dev) to be able to compile the stuff.
Sorry, you need to Log In to post a reply to this thread.