Hi,
the current master fails to compile on Debian:
CC (gcc) [M geoip2.so] geoip2_mod.o In file included from geoip2_mod.c:34:0: geoip2_pv.h:26:23: fatal error: maxminddb.h: No such file or directory compilation terminated. make[1]: *** [geoip2_mod.o] Error 1 make: *** [modules] Error 1
As a result, also current Debian-Package builds fail as a result.
I was not able to find any possibly Debian-Packages to solve this; the "old" geoip module compiles without any issues.
Thanks, Carsten
Hello,
if libmaxminddb (as listed in the README) is not in the Debian, then we have to split the geoip group in two, inside Makefile.groups
Cheers, Daniel
On 03/02/15 18:03, Carsten Bock wrote:
Hi,
the current master fails to compile on Debian:
CC (gcc) [M geoip2.so] geoip2_mod.o In file included from geoip2_mod.c:34:0: geoip2_pv.h:26:23: fatal error: maxminddb.h: No such file or directory compilation terminated. make[1]: *** [geoip2_mod.o] Error 1 make: *** [modules] Error 1
As a result, also current Debian-Package builds fail as a result.
I was not able to find any possibly Debian-Packages to solve this; the "old" geoip module compiles without any issues.
Thanks, Carsten
CC (gcc) [M geoip2.so] geoip2_mod.o In file included from geoip2_mod.c:34: ./geoip2_pv.h:26:10: fatal error: 'maxminddb.h' file not found #include <maxminddb.h> ^ 1 error generated.
Where does this file come from?
/O On 03 Feb 2015, at 18:15, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
if libmaxminddb (as listed in the README) is not in the Debian, then we have to split the geoip group in two, inside Makefile.groups
Cheers, Daniel
On 03/02/15 18:03, Carsten Bock wrote:
Hi,
the current master fails to compile on Debian:
CC (gcc) [M geoip2.so] geoip2_mod.o In file included from geoip2_mod.c:34:0: geoip2_pv.h:26:23: fatal error: maxminddb.h: No such file or directory compilation terminated. make[1]: *** [geoip2_mod.o] Error 1 make: *** [modules] Error 1
As a result, also current Debian-Package builds fail as a result.
I was not able to find any possibly Debian-Packages to solve this; the "old" geoip module compiles without any issues.
Thanks, Carsten
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
And centos 6: CC (gcc) [M geoip2.so] geoip2_pv.o In file included from geoip2_pv.c:34: geoip2_pv.h:26:23: warning: maxminddb.h: No such file or directory
This seems to be a generic issue that needs to be solved.
/O
On 03 Feb 2015, at 19:02, Olle E. Johansson oej@edvina.net wrote:
CC (gcc) [M geoip2.so] geoip2_mod.o In file included from geoip2_mod.c:34: ./geoip2_pv.h:26:10: fatal error: 'maxminddb.h' file not found #include <maxminddb.h> ^ 1 error generated.
Where does this file come from?
/O On 03 Feb 2015, at 18:15, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
if libmaxminddb (as listed in the README) is not in the Debian, then we have to split the geoip group in two, inside Makefile.groups
Cheers, Daniel
On 03/02/15 18:03, Carsten Bock wrote:
Hi,
the current master fails to compile on Debian:
CC (gcc) [M geoip2.so] geoip2_mod.o In file included from geoip2_mod.c:34:0: geoip2_pv.h:26:23: fatal error: maxminddb.h: No such file or directory compilation terminated. make[1]: *** [geoip2_mod.o] Error 1 make: *** [modules] Error 1
As a result, also current Debian-Package builds fail as a result.
I was not able to find any possibly Debian-Packages to solve this; the "old" geoip module compiles without any issues.
Thanks, Carsten
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
On 03 Feb 2015, at 19:02, Olle E. Johansson oej@edvina.net wrote:
maxminddb.h
I see, it's the maxmind API file - it's not a package on Centos 6 either.
Will need to be a separate package there too.
/O
I created a dedicated group for geoip2 module.
Cheers, Daniel
On 03/02/15 19:08, Olle E. Johansson wrote:
On 03 Feb 2015, at 19:02, Olle E. Johansson oej@edvina.net wrote:
maxminddb.h
I see, it's the maxmind API file - it's not a package on Centos 6 either.
Will need to be a separate package there too.
/O
Hi,
maxminddb is not part of current debian stable (Version 7.8).
Thanks, Carsten
2015-02-03 18:15 GMT+01:00 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
if libmaxminddb (as listed in the README) is not in the Debian, then we have to split the geoip group in two, inside Makefile.groups
Cheers, Daniel
On 03/02/15 18:03, Carsten Bock wrote:
Hi,
the current master fails to compile on Debian:
CC (gcc) [M geoip2.so] geoip2_mod.o In file included from geoip2_mod.c:34:0: geoip2_pv.h:26:23: fatal error: maxminddb.h: No such file or directory compilation terminated. make[1]: *** [geoip2_mod.o] Error 1 make: *** [modules] Error 1
As a result, also current Debian-Package builds fail as a result.
I was not able to find any possibly Debian-Packages to solve this; the "old" geoip module compiles without any issues.
Thanks, Carsten
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev