Recent Changes - Search:

edit SideBar

GeoIP

Description

GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that is accurate as of March 2003. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than using reverse DNS lookups.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "cc -q64" or "gcc -maix64".

Homepage: http://www.maxmind.com/app/c

Version: 1.4.8-1

Downloads

RPM:

Source RPM:

Package dependencies:


Older version

RPM:

Source RPM:

Package dependencies:


Even older version

RPM:

Source RPM:

Package dependencies:


All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on June 27, 2012, at 01:14 PM