I bought a vps and when I try to run it shows this error.
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Ffotos.subefotos.com%2F2cafa5ea00da60fcf8a865c044a1396ao.png&hash=68f60de0c67b590f50c39a56d989932dcfd4c1c8)
"ConnectSQL" does not exist.
but the plugin has loaded. :-\
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Ffotos.subefotos.com%2F852f801a7adadd2f7a0f7106ab91e7cdo.png&hash=2493ccf5162e60cfbda40d7ab82a9f2077ccd87f)
VPS: Operating System Ubuntu 12.04 x64
Can someone help me?
You probably need:
sudo apt-get install libmysqlclient18
EDIT: Ignore above, I'm used to functions having some sort of prefix to differentiate berween sqlite and mysql.
See if the SQLite plugin has any unmet dependencies:
ldd sqlite04rel64
Give us the output of that command.
Quote from: . on Jun 05, 2016, 04:25 PMYou probably need:
sudo apt-get install libmysqlclient18
what? mysqlclient? He's using SQLite. That happened to me too. Use Thijn's builds and try:-
http://vcmp.thijn.ovh/builds/
Quote from: KAKAN on Jun 05, 2016, 04:26 PMQuote from: . on Jun 05, 2016, 04:25 PMYou probably need:
sudo apt-get install libmysqlclient18
what? mysqlclient? He's using SQLite. That happened to me too. Use Thijn's builds and try:-
http://vcmp.thijn.ovh/builds/
Thanks :)