Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578062 - www-apache/mod_maxminddb: apache module to interact with maxminddb
Summary: www-apache/mod_maxminddb: apache module to interact with maxminddb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2016-03-23 09:37 UTC by Mehmet Giritli
Modified: 2020-06-26 23:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mehmet Giritli 2016-03-23 09:37:46 UTC
I need mod_maxminddb (http://maxmind.github.io/mod_maxminddb/) and I'm trying to write an ebuild for it with no success, I'm pretty sure I'm missing something simple...It builds fine but at the run time I get this error:

Cannot load modules/mod_maxminddb.so into server: /usr/lib64/apache2/modules/mod_maxminddb.so: undefined symbol: MMDB_aget_value

I have libmaxminddb installed, but I guess there is something else missing. There is no need to put the ebuild up here as it has only its file name changed from other standard apache mod ebuilds (and some apache variables like APACHE2_MOD_DEFINE etc.)

By the way, this is the apache module which will replace mod_geoip2.
Comment 1 Larry the Git Cow gentoo-dev 2020-06-26 23:00:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df35586c28545e4f03a2f7153f8e81201711c8f

commit 1df35586c28545e4f03a2f7153f8e81201711c8f
Author:     Tomáš Mózes <hydrapolic@gmail.com>
AuthorDate: 2020-04-30 21:32:18 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-06-26 22:59:42 +0000

    www-apache/mod_maxminddb: add package
    
    Apache module that allows to interact with maxminddb (geoip2).
    
    Closes: https://bugs.gentoo.org/578062
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/15584
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 www-apache/mod_maxminddb/Manifest                  |  1 +
 .../mod_maxminddb/files/70_mod_maxminddb.conf      |  3 ++
 www-apache/mod_maxminddb/metadata.xml              | 15 ++++++++
 .../mod_maxminddb/mod_maxminddb-1.2.0.ebuild       | 40 ++++++++++++++++++++++
 4 files changed, 59 insertions(+)