c++ - [unixODBC][Driver Manager]Can't open lib '/usr/lib/libmyodbc.so' : file not found but file exist -


i use ubuntu 15.10 64bit. try run game server. alredy install libmyodbc locate in use/lib/x86_64-linux-gnu/odbc/ have use ln s command create shot link in use/lib when start server message appear. have changed driver url use/lib/x86_64-linux-gnu/odbc/ no effect here 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       = 


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -