I have the same problem as http://community.webfaction.com/questions/210/how-to-install-maxmind-geoip-api According to seanf's answer, I tried installing the C-API locally with:
The last command results in the error:
I've also read the related forum at: http://forum.webfaction.com/viewtopic.php?id=1091 but that does not seem to be related, since the OP had no problems installing the C-API, a step I cannot even get past. Any help or suggestions appreciated. Thanks asked 25 Jun '11, 19:43 chewie |
Oops! Funny how often right after you verbalize a question, you figure out your solution. :) My solution was do a "make clean" before doing everything again. If you've never tried ./configure without the "--prefix=$HOME" then seanf's original solution will work for you. Thanks. answered 25 Jun '11, 19:58 chewie |