I tried downloading the C API and installing it just like the instructions say, except adding " --prefix=$HOME" to the ./configure command. After that, the make install command failed with these errors:
What should I do? How did you install GeoIP in your account?
This question is marked "community wiki".
asked 27 Oct '10, 13:20 Dor |
Glad you worked it out! I'm going to post the answer here just to avoid having to jump to the forum for future reference: First, install the C API:
Then install the Python binding:
Since the libraries are in your
answered 27 Oct '10, 14:35 seanf For anyone trying to install with Apache and/or Django, after following these instructions, you can edit
(27 Jun '12, 12:07)
Carl G
|
Guys, Thanks for the great instructions. Message to others: If you are doing this, you also need seanf's bit at the end about Ta. answered 24 Nov '12, 15:37 JHickson |
Never mind it. This post helped me: http://forum.webfaction.com/viewtopic.php?id=1091 Only needed to change 2.5 to 2.6.