Posts: 11
Threads: 2
Joined: Aug 2015
Reputation:
0
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?
Posts: 1,004
Threads: 18
Joined: Oct 2014
Reputation:
0
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
Posts: 11
Threads: 2
Joined: Aug 2015
Reputation:
0
Loading plugin : GeoIP_Plugin
failed : (plugins/GeoIP_Plugin : cant open shared object file: no sich file or directory)