Lubuntu libmysqlclient.so.18
#1

I using the same mysql.so on my VPS and work fine, but in my computer, localhost, not work
Show it on server.log when i start

Code:
[12:43:31]  Loading plugin: mysql.so
[12:43:31]   Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
What i supposed to do?
Reply
#2

http://packages.ubuntu.com/precise-u...bmysqlclient18
Reply
#3

Code:
dpkg --add-architecture i386
apt-get update
apt-get install libmysqlclient18 libmysqlclient18:i386
Reply
#4

Quote:
Originally Posted by ev0lution
View Post
Code:
dpkg --add-architecture i386
apt-get update
apt-get install libmysqlclient18 libmysqlclient18:i386
It's work, ty +rep
Reply
#5

I got this error again, but now in my new computer (using lubuntu 16.04), tried this command but not work:

Quote:
Originally Posted by ev0lution
View Post
Code:
dpkg --add-architecture i386
apt-get update
apt-get install libmysqlclient18 libmysqlclient18:i386
Not work anymore:
Code:
apt-get install libmysqlclient18 libmysqlclient18:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libmysqlclient18 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libmysqlclient18' has no installation candidate
E: Unable to locate package libmysqlclient18:i386
Reply
#6

The user @Day_ help me to fix it, thats how to fix:
Quote:
Originally Posted by Day_
View Post
Code:
wget http://launchpadlibrarian.net/212188746/...001075sudo dpkg -i libmysqlclient18_5.6.25-0ubuntu1_i386.deb
rm libmysqlclient18_5.6.25-0ubuntu1_i386.deb

wget http://launchpadlibrarian.net/212189159/...001075sudo dpkg -i libmysqlclient18_5.6.25-0ubuntu1_amd64.deb
rm libmysqlclient18_5.6.25-0ubuntu1_amd64.deb
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)