GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MaxMind::DB::Reader::XS(3) User Contributed Perl Documentation MaxMind::DB::Reader::XS(3)

MaxMind::DB::Reader::XS - Fast XS implementation of MaxMind DB reader

version 1.000008

    my $reader = MaxMind::DB::Reader->new( file => 'path/to/database.mmdb' );

    my $record = $reader->record_for_address('1.2.3.4');

Simply installing this module causes MaxMind::DB::Reader to use the XS implementation, which is much faster than the Perl implementation.

The XS implementation links against the libmaxminddb <http://maxmind.github.io/libmaxminddb/> library.

See MaxMind::DB::Reader for API details.

This module uses semantic versioning as described by <http://semver.org/>. Version numbers can be read as X.YYYZZZ, where X is the major number, YYY is the minor number, and ZZZ is the patch number.

If you're running into install errors under Mac OS X, you may need to force a build of the 64 bit binary. For example, if you're installing via "cpanm":

    ARCHFLAGS="-arch x86_64" cpanm MaxMind::DB::Reader::XS

The version of libmaxminddb that is available by default with Ubuntu may be too old for this level of MaxMind::DB::Reader::XS. However, we do maintain a Launchpad PPA for all supported levels of Ubuntu.

    https://launchpad.net/~maxmind/+archive/ubuntu/ppa

Please visit the PPA page for more information, or, to configure your system, run as root:

    # apt-add-repository ppa:maxmind/ppa
    # apt-get update

The PPA is now configured, and you may install (or upgrade) the libmaxminddb library via the usual apt commands.

This module is deprecated and will only receive fixes for major bugs and security vulnerabilities. New features and functionality will not be added.

Please report all issues with this code using the GitHub issue tracker at <https://github.com/maxmind/MaxMind-DB-Reader-XS/issues>.

Bugs may be submitted through <https://github.com/maxmind/MaxMind-DB-Reader-XS/issues>.

  • Boris Zentner <bzentner@maxmind.com>
  • Dave Rolsky <drolsky@maxmind.com>
  • Ran Eilam <reilam@maxmind.com>

  • Andy Jack <github@veracity.ca>
  • Chris Weyl <cweyl@alumni.drew.edu>
  • Florian Ragwitz <rafl@debian.org>
  • Greg Oschwald <goschwald@maxmind.com>
  • Hidenori Sugiyama <madogiwa@gmail.com>
  • Mark Fowler <mark@twoshortplanks.com>
  • Olaf Alders <oalders@maxmind.com>

This software is Copyright (c) 2013 - 2019 by MaxMind, Inc.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.