Can't Loaded Plugins - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Can't Loaded Plugins (
/showthread.php?tid=602215)
Can't Loaded Plugins -
Amunra - 04.03.2016
Quote:
[05:24:00] Loading plugin: mysql.so
[05:24:00] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[05:24:00] Loading plugin: MapAndreas.so
[05:24:00] Loaded.
[05:24:00] Loading plugin: socket.so
[05:24:00] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
|
I Using Gamemode with Plugins mysql.so and socket.so
I Already Added Mysql . so and Socket.so ...........
And Server log give that Log Error
![confused](images/smilies/confused.gif)
Whats the Problem
Re: Can't Loaded Plugins -
Burridge - 04.03.2016
If you're using a server host contact their support as the reason those plugins aren't loading is because there's some missing files on the host machine. If it's your own VPS/Dedicated server you should be able to install them yourself.
Also if you're using BlueG's MySQL plugin you can use the MySQL_static.so that comes with the latest versions.
Re: Can't Loaded Plugins -
Amunra - 04.03.2016
Quote:
Originally Posted by Burridge
If you're using a server host contact their support as the reason those plugins aren't loading is because there's some missing files on the host machine. If it's your own VPS/Dedicated server you should be able to install them yourself.
Also if you're using BlueG's MySQL plugin you can use the MySQL_static.so that comes with the latest versions.
|
My Gamemode Support for Mysql.so , When I Try Mysql.so ... my gamemode get some error
Re: Can't Loaded Plugins -
Amunra - 04.03.2016
Anyone ?