| Summary: | app-admin/webalizer-2.21.02 geodb does not work | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | MageSlayer <denisgolovan> |
| Component: | New packages | Assignee: | Anthony Basile <blueness> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | chris |
| Priority: | Normal | ||
| Version: | 2008.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Could perhaps use /usr/share/GeoIP/* instead? please test webalizer-2.23.05 *** Bug 385309 has been marked as a duplicate of this bug. *** |
Hi This version contains hardcoded geoip database location in call to econf. In fact no webalizer database is installed there. Reproducible: Always Following patch solves the problem and makes webalizer use geoip default db: *************** *** 66,72 **** --with-dblib=$(db_libname) \ ${myconf} \ $(use_enable geoip) \ - --with-geodb=/usr/share/webalizer/geodb \ || die "econf failed" }