libmysqlclient 15 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: libmysqlclient 15 (
/showthread.php?tid=628368)
libmysqlclient 15 -
DavidGravelli - 09.02.2017
I made a script from scratch with MySQL R6
I have my own VPS Debian 32 bit
I want to use MySQL R6
I have problem here.
Loading plugin: mysql.so
[20:47:30] Failed (libmysqlclient_r.so.15: wrong ELF class: ELFCLASS64)
How to fix this?
Re: libmysqlclient 15 -
Immortal99 - 09.02.2017
Try the following using Putty and connect to your vps as user root:
Code:
apt-get update
apt-get upgrade
apt-get install ia32-libs
If the above doesn't work just try:
Code:
yum install libmysqlclient_r.so.15
I guess this helped you.
Re: libmysqlclient 15 -
DavidGravelli - 09.02.2017
Setting up Install Process
No package libmysqlclient_r.so.15 available.
Nothing to do
Re: libmysqlclient 15 -
DavidGravelli - 09.02.2017
PLEASE HELP!@!@!
Re: libmysqlclient 15 -
DavidGravelli - 09.02.2017
Any help please
Re: libmysqlclient 15 -
Barnwell - 10.02.2017
Same problem
Re: libmysqlclient 15 -
Pearson - 10.02.2017
Hello. Try This.
Code:
sudo apt-get install libmysql++-dev
Re: libmysqlclient 15 -
Barnwell - 10.02.2017
Its not working!
PLEASE ANY HELP!
Re: libmysqlclient 15 -
Pearson - 10.02.2017
Try this ones.
Code:
sudo apt-get install lib32z1
Code:
sudo apt-get install ia32-libs
Re: libmysqlclient 15 -
Barnwell - 10.02.2017
Not working Read the PM