25.05.2016, 11:25
(
Last edited by dugi; 26/05/2016 at 02:04 PM.
)
Quote:
Wrong discussion (again...someone already posted linux os related problem in pawn discussion forum)
Anyway, avoid downloading packages with wget or anything like that unless you need/want to compile them yourself, if you do so keep track so you can uninstall them if you need. Instead use some of package manager (for example apt-get that comes by default). You installed mysql server but not mysql client (you need it to connect to mysql server) Code:
sudo apt-get update sudo apt-get install mysql-client |
I've got libmysqlclient r so 16 and put it on /lib directory but it gives me this error on server_log.txt
So I'm sure I downloaded the wrong compatibility libmysql which is only working on x64 Ubuntu 14, So I need libmysqlclient_r.so.16 for 32 bits Ubuntu, Thanks!!!
25/05/2016 11:44:19] Failed (libmysqlclient_r.so.16: wrong ELF class: ELFCLASS64)
Quote:
Didn't worked. Should I try getting libmysqlclient_r.so.16 for Ubuntu 14.0 32 bits? Where and how ?
I've got libmysqlclient r so 16 and put it on /lib directory but it gives me this error on server_log.txt So I'm sure I downloaded the wrong compatibility libmysql which is only working on x64 Ubuntu 14, So I need libmysqlclient_r.so.16 for 32 bits Ubuntu, Thanks!!! 25/05/2016 11:44:19] Failed (libmysqlclient_r.so.16: wrong ELF class: ELFCLASS64) |