|
I am trying to install GeoIP on my ISP's server and I don't have access to the hardcoded "/usr/local/share/GeoIP" directory where GeoIP expects to find the database.
What is the best way for me to indicate to GeoIP where it can find the database? Should I just set $Geo::IP::PP_OPEN_TYPE_PATH = "/some/path"; in IP.pm?
Thanks!
|