azuisleet / gmodmodules

Automatically exported from code.google.com/p/gmodmodules
19 stars 4 forks source link

latest gm_tmysql_linux does not work on GM13 #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the latest build
2. Place all dependencies (available in redist) in orangebox server root folder
3. Place the module into lua/bin
4. Rename to gmsv_tmysql_linux.dll
3. require('tmysql')

What is the expected output? What do you see instead?
The module should be loaded

What version of the product are you using? On what operating system?
Latest tmysql. Latest GMod 13 linux server.

Please provide any additional information below.

Original issue reported on code.google.com by georger1...@googlemail.com on 21 Aug 2012 at 3:06

GoogleCodeExporter commented 9 years ago
What happens is that it says "undefined symbol gmod13_open" unfortunately this 
is a generic error. I tried compiling the binaries myself using the new headers 
but after generating a Makefile with CMake and all the dependencies. There were 
a load of errors when I entered make so I gave up.

Original comment by georger1...@googlemail.com on 21 Aug 2012 at 3:33