I am trying to get GeoIP for lighttpd working. LINK
When I do not enable the mod_geoip module everything works fine. As soon as I start it lighttpd exits with a seg-fault when I try to open the first webpage, irrespective if the page visited has anything to do the module or not.
Can anyone send me in the right direction, or tell me what the problem is?
When I do not enable the mod_geoip module everything works fine. As soon as I start it lighttpd exits with a seg-fault when I try to open the first webpage, irrespective if the page visited has anything to do the module or not.
Code:
hostname# lighttpd -D -f /usr/local/etc/lighttpd.conf
< OPEN WEBSITE IN BROWSER >
Segmentation fault
Code:
lighttpd/1.4.26 (ssl) - a light and fast webserver
Build-Date: Aug 6 2010 16:58:36
Code:
FreeBSD hostname.tld 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Can anyone send me in the right direction, or tell me what the problem is?