ViperZ8 / darkrp

Automatically exported from code.google.com/p/darkrp
0 stars 1 forks source link

MySQL Error #799

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the problem?
DarkRP will not connect to mysql database.
Upon starting of ./srcds_run in linux I get this error:
libmysql.so.16: cannot open shared object file: No such file or directory

I am currently running Debian 6 64-bit with the 64-bit and 32-bit versions of 
libmysqlclient.so.16 installed.

Any help on this would be appreciated.

Original issue reported on code.google.com by Tess...@gmail.com on 9 Apr 2012 at 4:19

GoogleCodeExporter commented 9 years ago
You have to install the MySQL client

Original comment by fpeijnen...@gmail.com on 9 Apr 2012 at 4:44

GoogleCodeExporter commented 9 years ago
Yeah I already have MySQL installed and it works. tmysql boost linux works just 
fine, but this is giving me problems. And no I don't have both tmysql and 
mysqloo installed in the same gmod installation.

Original comment by Tess...@gmail.com on 9 Apr 2012 at 4:52

GoogleCodeExporter commented 9 years ago
I fixed it by downloading the mysql connectors and symlinking 
libmysql.so.16.0.0 to libmysql.so.16 in the /usr/lib32/ folder, also apparently 
the data.lua requires the .dll values changed when installing mysqloo and the 
.dll's require changing to _linux.dll from _i486.dll

One last note, it would be helpful if the wiki actually worked properly instead 
of staying in the broken state that it is.

Original comment by Tess...@gmail.com on 9 Apr 2012 at 5:31