SA-MP Forums Archive
[Tutorial] - How to fix Libmysql :No such file or directory - linux vps - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [Tutorial] - How to fix Libmysql :No such file or directory - linux vps (/showthread.php?tid=537714)



[Tutorial] - How to fix Libmysql :No such file or directory - linux vps - God'Z War - 17.09.2014

Hi guys,
i have seen somany post with Libmysql :No such file or directory No such file or directory error. Here is the solution for that. Just follow instruction


Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
32bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient_r.so.16
cd /usr/lib32
wget www.blackbirdhost.tk/libmysqlclient_r.so.16
64bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient_r.so.16
cd /usr/lib64
wget www.blackbirdhost.tk/libmysqlclient_r.so.16
Код:
Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
32bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient_r.so.15
cd /usr/lib32
wget www.blackbirdhost.tk/libmysqlclient_r.so.15
64bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient_r.so.15
cd /usr/lib64
wget www.blackbirdhost.tk/libmysqlclient_r.so.15
Код:
Failed (libmysqlclient_r.so.14: cannot open shared object file: No such file or directory)
32bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.14
cd /usr/lib32
wget www.blackbirdhost.com/libmysqlclient.so.14
64bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.14
cd /usr/lib64
wget www.blackbirdhost.com/libmysqlclient.so.14
Код:
Failed (libmysqlclient.so.14: cannot open shared object file: No such file or directory)
32bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.14
cd /usr/lib32
wget www.blackbirdhost.tk/libmysqlclient.so.14
64bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.14
cd /usr/lib64
wget www.blackbirdhost.tk/libmysqlclient.so.14
Код:
Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
32bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.15
cd /usr/lib32
wget www.blackbirdhost.tk/libmysqlclient.so.15
64bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.15
cd /usr/lib64
www.blackbirdhost.tk/libmysqlclient.so.15
Код:
Failed (libmysqlclient.so.16: cannot open shared object file: No such file or directory)
32bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.16
cd /usr/lib32
wget www.blackbirdhost.tk/libmysqlclient.so.16
64bit Solution:-
Код:
cd /usr/lib
wget www.blackbirdhost.tk/libmysqlclient.so.16
cd /usr/lib64
wget www.blackbirdhost.tk/libmysqlclient.so.16

If i am missing any more error, please report. I will be adding its solution

Thanks for blackbirdhost for the mirror


Re: [Tutorial] - How to fix Libmysql :No such file or directory No such file or directory - linux vps - TheSnaKe - 17.09.2014

Yeah already downloaded them, now?


Re: [Tutorial] - How to fix Libmysql :No such file or directory No such file or directory - linux vps - God'Z War - 17.09.2014

Quote:
Originally Posted by TheSnaKe
Посмотреть сообщение
Yeah already downloaded them now?
Just start server


Re: [Tutorial] - How to fix Libmysql :No such file or directory No such file or directory - linux vps - TheSnaKe - 17.09.2014

Quote:
Originally Posted by God'Z War
Посмотреть сообщение
Just start server
I don't have to put them in any folder?


Re: [Tutorial] - How to fix Libmysql :No such file or directory No such file or directory - linux vps - God'Z War - 17.09.2014

Quote:
Originally Posted by TheSnaKe
Посмотреть сообщение
I don't have to put them in any folder?
After your completing those instruction, no need to add anything on your vps

just start server


Re: [Tutorial] - How to fix Libmysql :No such file or directory - linux vps - Sublime - 24.09.2014

each distro has different paths for storing plugins (afaik), so are you sure that those paths are available for the common distros?


Re: [Tutorial] - How to fix Libmysql :No such file or directory - linux vps - Lucky™ - 24.09.2014

What about the libmysqlclient.so.18?


Re: [Tutorial] - How to fix Libmysql :No such file or directory - linux vps - wahyumahadir - 09.10.2014

sir, it's don't work for me


Re: [Tutorial] - How to fix Libmysql :No such file or directory - linux vps - God'Z War - 13.02.2015

Links updated
And there was a major mistake in cmd. It is fixed

Tested this, it works 100%


Re: [Tutorial] - How to fix Libmysql :No such file or directory - linux vps - Vince - 13.02.2015

It's just a hacked together solution, though. It's comparable to downloading DLL files for Windows from random websites. A bad idea. Libraries should be installed by or with the application that requires them.