I use ubuntu 15.10 64bit. I try to run a game server. I alredy install libmyodbc it locate in use/lib/x86_64-linux-gnu/odbc/ I have use ln s command to create shot link in use/lib but when i start server that message appear. I have changed driver url to use/lib/x86_64-linux-gnu/odbc/ but no effect Here is my odbc file in etc/odbc.ini
[ODBC Data Sources]
odbcname = MyODBC 3.51 Driver DSN
[tlbbdb]
Driver = /usr/lib/libmyodbc.so
Description = MyODBC 3.51 Driver
DSN SERVER = 127.0.0.1
PORT =3306
USER = root
Password = 123123
Database = tlbb
OPTION = 3
SOCKET =
/usr/libwhile 64bit libraries in/usr/lib64. Is your game server 64bit? If it is looking for driver in/usr/libchances are, it's a 32bit server. - alvitsfileutility to find the bitness of your game server. For example if your gameserver is in/usr/local/game/bin/serveryou can then runfile /usr/local/game/bin/serverand it will tell you what file it is. If it turns out to be 32bit, you will need to get the 32bit odbc driver. - alvits