Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
Hello guys,i have a question,how do i use mysql_static ? My host can-t put some libraries and i neeed to use static version,how do i do that,i have the plugin mysql_static,
i edit it on server .cfg ?
i edit it on gamemode?
How do i change mysql with mysql_static ?
Posts: 1,504
Threads: 109
Joined: Jan 2012
Just change mysql.so to mysql_static.so in your server.cfg and that's it.
Posts: 1,504
Threads: 109
Joined: Jan 2012
That means the mysql_static version is not the same as the include version. Download from
here, the one that says
mysql-r39-3-debian7.tgz and use the mysql_static from that folder.
Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
i did the exact thing.still not working.
Posts: 1,504
Threads: 109
Joined: Jan 2012
Sorry I didn't notice this error
Quote:
Failed (/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/mysql_static.so))
|
You're gonna have to contact your host on this one, or wait for other replies because I've never seen this error before :/ Try using others mysql.so files that came in that download.
Posts: 617
Threads: 6
Joined: Oct 2011
Reputation:
0
Your host is using outdated software and the fact they're unable to install the required 32bit libs to use mySQL is a good example of how badly managed they are and inexperienced, get away from them.
Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
i told them and they said they can not install a GLIBCXX library.
Posts: 617
Threads: 6
Joined: Oct 2011
Reputation:
0
the static version you're using requires outdated libs use a newer version, the fact your host doesn't have the libs to run a non static mySQL version is also a bad thing.