geoip-apache Mailing List for MaxMind GeoIP
Brought to you by:
tjmather
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-25 07:47:34
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Thomas J M. <tjm...@ma...> - 2003-10-01 20:46:27
|
Hi Steven, What are you getting for the Org data? I just tested with the following config: GeoIPEnable On GeoIPDBFile /usr/local/share/GeoIP/GeoIP.dat MemoryCache GeoIPDBFile /usr/local/share/GeoIP/GeoIPOrg.dat Standard GeoIPDBFile /usr/local/share/GeoIP/GeoIPCity.dat Standard And it returns the correct organization. Which IP address are you trying? Does geoiplookup work with that IP address and the organization database? We don't have support for ISP, lat/lon yet, but we can add that pretty easily. I'll look into getting that done soon. Thanks, TJ On Tue, 30 Sep 2003 19:39:05 -0700, "Steven Roussey" <sro...@ne...> said: > How do I get mod_geoip to give all the data available? I can't seem to > get > ISP, lat/lon, etc. And the Org data is wrong. > > Sincerely, > Steven Roussey > http://Network54.com/ <http://network54.com/?pp=e> > > > |
From: Steven R. <sro...@ne...> - 2003-10-01 02:35:42
|
How do I get mod_geoip to give all the data available? I can't seem to get ISP, lat/lon, etc. And the Org data is wrong. Sincerely, Steven Roussey http://Network54.com/ <http://network54.com/?pp=e> |
From: Thomas J M. <tjm...@ma...> - 2003-09-29 19:28:51
|
mod_geoip 1.2.3 has been released and is available for download from: http://www.maxmind.com/download/geoip/api/mod_geoip/mod_geoip_1.2.3.tar.gz The changelog for the release is available below: 1.2.3 September 29th 2003 - Added section to README on blocking unwanted countries - Fixed bug where forgot to return NULL that manifests itself when setting GeoIPFlags in Apache 1.3.27 - Fixed multiple bugs with GeoIPOutput -TJ |
From: Cheng H. <cc...@ho...> - 2003-08-26 09:44:07
|
Hi, I have successfully compiled and installed the GeoIP C Library. But unfortunately, when I proceed to install the GeoIP Apache module with the tool apxs, the following error occurs: [root@amazon mod_geoip2_1.0.6]# apxs -L/usr/local/lib -I/usr/local/include -lGeoIP -c mod_geoip.c gcc -DLINUX=22 -DEAPI -DEAPI_MM -O2 -march=i386 -mcpu=i686 -fPIC -DEAPI_MM_CORE_PATH=/var/run/httpd.mm -fpic -DSHARED_MODULE -I/usr/include/apache -I/usr/local/include -c mod_geoip.c cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory mod_geoip.c:84: parse error before '*' token mod_geoip.c: In function `create_geoip_server_config': mod_geoip.c:86: `p' undeclared (first use in this function) mod_geoip.c:86: (Each undeclared identifier is reported only once mod_geoip.c:86: for each function it appears in.) mod_geoip.c:86: warning: return makes pointer from integer without a cast mod_geoip.c: At top level: mod_geoip.c:89: parse error before "geoip_cleanup" mod_geoip.c: In function `geoip_cleanup': mod_geoip.c:93: `APR_SUCCESS' undeclared (first use in this function) mod_geoip.c: At top level: mod_geoip.c:97: parse error before '*' token mod_geoip.c: In function `geoip_child_init': mod_geoip.c:102: `s' undeclared (first use in this function) mod_geoip.c:117: `p' undeclared (first use in this function) mod_geoip.c: In function `geoip_post_read_request': mod_geoip.c:150: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type mod_geoip.c: At top level: mod_geoip.c:200: parse error before '*' token mod_geoip.c: In function `make_geoip': mod_geoip.c:204: `p' undeclared (first use in this function) mod_geoip.c: At top level: mod_geoip.c:213: initializer element is not constant mod_geoip.c:213: (near initialization for `geoip_cmds[0].name') mod_geoip.c:214: initializer element is not constant mod_geoip.c:214: (near initialization for `geoip_cmds[0].func') mod_geoip.c:215: warning: braces around scalar initializer mod_geoip.c:215: warning: (near initialization for `geoip_cmds[0].cmd_data') mod_geoip.c:216: initializer element is not constant mod_geoip.c:216: (near initialization for `geoip_cmds[0]') mod_geoip.c:219: parse error before '*' token mod_geoip.c: In function `geoip_register_hooks': mod_geoip.c:221: `APR_HOOK_MIDDLE' undeclared (first use in this function) mod_geoip.c: At top level: mod_geoip.c:228: `STANDARD20_MODULE_STUFF' undeclared here (not in a function) mod_geoip.c:228: initializer element is not constant mod_geoip.c:228: (near initialization for `geoip_module.version') mod_geoip.c:229: warning: initialization makes integer from pointer without a cast mod_geoip.c:230: warning: initialization makes integer from pointer without a cast mod_geoip.c:231: warning: initialization from incompatible pointer type mod_geoip.c:233: warning: initialization from incompatible pointer type mod_geoip.c:235: warning: initialization makes integer from pointer without a cast apxs:Break: Command failed with rc=1 I have stuck with this problem for over a week and I just cannot even figure out the source of error. Could any of you kindly tell me what goes wrong? Thanks so much in advance :) Regards, _________________________________________________________________ Linguaphone : 學英語,免費學日語 http://go.msnserver.com/HK/30475.asp |