libmysqlclient 15
#1

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?
Reply
#2

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.
Reply
#3

Setting up Install Process
No package libmysqlclient_r.so.15 available.
Nothing to do
Reply
#4

PLEASE HELP!@!@!
Reply
#5

Any help please
Reply
#6

Same problem
Reply
#7

Hello. Try This.
Code:
sudo apt-get install libmysql++-dev
Reply
#8

Its not working!
PLEASE ANY HELP!
Reply
#9

Try this ones.
Code:
sudo apt-get install lib32z1
Code:
sudo apt-get install ia32-libs
Reply
#10

Not working Read the PM
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)