16.10.2017, 14:31
I see tho I am planning on fixing the issue itself instead of using mysql_static.so. I tried using those cmds but I am getting this:
I am trying to use these cmds on my root user but my samp server is located on another user named "samp".
These are the cmds I typed:
Код:
root@server:~# apt-get install libstdc++.so.6 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libstdc++.so.6 E: Couldn't find any package by regex 'libstdc++.so.6' root@server:~# apt-get install libmysqlclient_r.so.16 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libmysqlclient_r.so.16 E: Couldn't find any package by regex 'libmysqlclient_r.so.16'
These are the cmds I typed:
Код:
apt-get install libstdc++.so.6 apt-get install libmysqlclient_r.so.16