Arsilex Posted September 29, 2014 Share Posted September 29, 2014 Hello today i start working on my vps and i see that have one problem: i installed the libmysqlclient.so.16 and nothing what i need to do ( VPS OS CentOS 6) Link to comment
0 MTA Team ccw Posted September 30, 2014 MTA Team Share Posted September 30, 2014 It looks like the libmysqlclient.so.16 file is incorrect. How did you install it? Link to comment
0 Arsilex Posted September 30, 2014 Author Share Posted September 30, 2014 wget https://nightly.multitheftauto.com/files/x64/libmysqlclient.so.16 mv libmysqlclient.so.16 /usr/lib Link to comment
0 MTA Team ccw Posted September 30, 2014 MTA Team Share Posted September 30, 2014 Try moving libmysqlclient.so.16 to /lib64 If that doesn't help, show me the output of this command: uname -a and also check if you have duplicate files: find / -name libmysqlclient.so.16 Link to comment
0 Arsilex Posted October 1, 2014 Author Share Posted October 1, 2014 Linux vps99476.ovh.net 3.8.13-xxxx-grs-ipv6-64-vps #2 SMP Fri May 17 05:56:23 CEST 2013 x86_64 x86_64 x86_64 GNU/Linux and the other command says: /usr/lib64/mysql/libmysqlclient.so.16 /usr/lib/mysql/libmysqlclient.so.16 find: File system loop detected; «/var/named/chroot/var/named» is part of the same file system loop as «/var/named». /lib64/libmysqlclient.so.16 /root/libmysqlclient.so.16 Link to comment
0 MTA Team ccw Posted October 1, 2014 MTA Team Share Posted October 1, 2014 What is the file size of each of those 4 copies of libmysqlclient.so.16? Try copying /usr/lib64/mysql/libmysqlclient.so.16 to /lib64/libmysqlclient.so.16 Link to comment
0 Arsilex Posted October 1, 2014 Author Share Posted October 1, 2014 /lib64 : size: 2.209.664 bytes /usr/lib/mysql: size : 1.525.344 ( but it name is : libmysqlclient.so.16.0.0) /usr/lib64/mysql: size : 1.525.344 ( but it name is : libmysqlclient.so.16.0.0) the other one in the root i deleted it.. Link to comment
0 MTA Team ccw Posted October 1, 2014 MTA Team Share Posted October 1, 2014 Are you sure /usr/lib64/mysql/libmysqlclient.so.16.0.0 size is 1.525.344 ? Link to comment
0 Arsilex Posted October 1, 2014 Author Share Posted October 1, 2014 Ups no sorry is 1.584.680 Link to comment
0 MTA Team ccw Posted October 1, 2014 MTA Team Share Posted October 1, 2014 Try removing /lib64/libmysqlclient.so.16 and see what error MTA gives Link to comment
0 MTA Team ccw Posted October 2, 2014 MTA Team Share Posted October 2, 2014 Ok, it seems like the file /usr/lib64/mysql/libmysqlclient.so.16.0.0 and has a problem. Rename the symbolic link in /usr/lib64/mysql : cd /usr/lib64/mysql mv libmysqlclient.so.16 libmysqlclient.so.16.bak Check there are no other libmysqlclient.so.16: find / -name libmysqlclient.so.16 If no other libmysqlclient.so.16 are found, get the 64 bit file from MTA and put it into /lib64 : cd /lib64 wget [url=https://nightly.multitheftauto.com/files/x64/libmysqlclient.so.16]https://nightly.multitheftauto.com/files/x64/libmysqlclient.so.16[/url] Link to comment
0 Arsilex Posted October 2, 2014 Author Share Posted October 2, 2014 Yes! now is works! thx you Link to comment
Question
Arsilex
Hello today i start working on my vps and i see that have one problem:
i installed the libmysqlclient.so.16 and nothing what i need to do ( VPS OS CentOS 6)
Link to comment
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now