Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396125 - app-admin/webalizer-2.21.02 geodb does not work
Summary: app-admin/webalizer-2.21.02 geodb does not work
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
: 385309 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-26 19:56 UTC by MageSlayer
Modified: 2018-02-19 09:44 UTC (History)
1 user (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 MageSlayer 2011-12-26 19:56:45 UTC
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"
  }
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-12-26 23:54:04 UTC
Could perhaps use /usr/share/GeoIP/* instead?
Comment 2 Anthony Basile gentoo-dev 2013-01-13 14:42:38 UTC
please test webalizer-2.23.05
Comment 3 Anthony Basile gentoo-dev 2013-01-13 14:44:27 UTC
*** Bug 385309 has been marked as a duplicate of this bug. ***