Posts: 227
Threads: 47
Joined: Apr 2012
this is what i get when i start my server, im running it on Linux and idk what to do
http://imgur.com/nQuKNqM
I have updated plugins.
Posts: 227
Threads: 47
Joined: Apr 2012
Posts: 721
Threads: 1
Joined: Oct 2014
Make sure when you update your streamer plugin, you replaced streamer.inc in pawno/include with the new one. Then open the admin filterscript .pwn and compile it. For extra measures, open your main gamemode .pwn and compile that one as well.
Posts: 227
Threads: 47
Joined: Apr 2012
now i got the streamer fixed but now i get this "
Quote:
[15:02:49] Loading plugin: mysql.so
[15:02:49] Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference)
[15:02:49] Loading plugin: whirlpool.so
|
"
Posts: 2,137
Threads: 37
Joined: Oct 2012
Reputation:
0
You need to download libmysqlclient_r.so.16 and extract it to your server file.
Posts: 227
Threads: 47
Joined: Apr 2012
Quote:
Originally Posted by Alex Magaсa
You need to download libmysqlclient_r.so.16 and extract it to your server file.
|
I can't find it :/
+ I'm running on a host with linux, with FTP ect. might if someone could send me the libmysql?
Posts: 227
Threads: 47
Joined: Apr 2012
Quote:
Originally Posted by Alex Magaсa
|
cant find the download link.
Posts: 721
Threads: 1
Joined: Oct 2014
If this was a downloaded script you need to know how to operate with mysql.. If you don't know how to use mysql either learn it or find gamemodes that use y_ini saving systems.
Posts: 393
Threads: 12
Joined: Dec 2011
Reputation:
0
You have to update every .inc file, I guess.