Help GeoIP_Plugin cant load - 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: Help GeoIP_Plugin cant load (
/showthread.php?tid=586837)
Help GeoIP_Plugin cant load -
william2210 - 25.08.2015
someone have idea for fix GeoIP_plugin cant open shared object? i try put GeoIp_Plugin.so and GeoIP_Plugin on server.cfg but same cant loaded,My GeopIP_Plugin data on scriptfiles and its fine,if i use vps its unable to load but if i try on my ubuntu pc its working fine can someone help?
Re: Help GeoIP_Plugin cant load -
Bingo - 25.08.2015
Logs?
Re: Help GeoIP_Plugin cant load -
Michael B - 25.08.2015
If you're hosting on
Linux OS, make sure that you add he extension of the plugin (.so) in
server.cfg as well, as it is case sensitive.
e.g.
Incorrect:
plugins GeoIP_Plugin
Correct:
plugins GeoIP_Plugin
.so
Re: Help GeoIP_Plugin cant load -
william2210 - 25.08.2015
Loading plugin : GeoIP_Plugin
failed : (plugins/GeoIP_Plugin : cant open shared object file: no sich file or directory)
Re: Help GeoIP_Plugin cant load -
william2210 - 25.08.2015
Quote:
Loading plugin : GeoIP_Plugin.so
failed : (plugins/GeoIP_Plugin.so : cant open shared object file: no sich file or directory)
|
i got this
Re: Help GeoIP_Plugin cant load -
william2210 - 25.08.2015
fixed the problem is
Quote:
Correct : GeoIP_Plugin.so
i type : GeoIp_Plugin.so
|