Has anyone tried to install an API for an Apache module on a shared server with any success? Here's my dilemma:
I want to experiment with MaxMind GeoIP Apache API, an Apache module used to control redirects with mod_geoip and mod_rewrite (country-based redirection) by installing it locally in my owned directories but I cannot get past the make compile. Bash configure works OK and the conf file logs look OK too, but the make fails. I get numerous errors such as:
GeoIP.h:28:18: stdio.h: No such file or directory
So apparently some system header files are not being found. Is there a way to define where to search for these h files during configure or are the header files removed/protected from non-root use on shared servers? Am I just out of luck? Does anyone ever try to force a make install with these errors? I'm sure not going to do that on a shared server unless I know it's "safe".
I'd prefer not to submit a ticket because I just want to experiment and not detract from JagPC's more important obligations.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks