VPS - ConnectSQL' does not exist

Started by Mack, Jun 05, 2016, 04:14 PM

Previous topic - Next topic

Mack

I bought a vps and when I try to run it shows this error.


"ConnectSQL" does not exist.

but the plugin has loaded. :-\



VPS: Operating System   Ubuntu 12.04 x64

Can someone help me?
 

.

#1
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.
.

KAKAN

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/
oh no

Mack

Quote from: KAKAN on Jun 05, 2016, 04:26 PM
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/
Thanks :)