Hi, I followed the instruction on the URL "http://wiki.openstreetmap.org/wiki/Nominatim/Installation" but while running ./autogen.sh I am getting the below mentioned error :
Not sure what is the reason. asked 18 Sep '12, 16:36 Pratap |
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Hi, I followed the instruction on the URL "http://wiki.openstreetmap.org/wiki/Nominatim/Installation" but while running ./autogen.sh I am getting the below mentioned error :
Not sure what is the reason. asked 18 Sep '12, 16:36 Pratap |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 18 Sep '12, 16:36
question was seen: 3,302 times
last updated: 24 Sep '12, 09:38
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
What OS and version did this happen on?
root@localhost:/Nominatim# cat /etc/issue Debian GNU/Linux 6.0 \n \l
root@localhost:/Nominatim# uname -a Linux localhost 2.6.32-5-686 #1 SMP Sat May 5 01:33:08 UTC 2012 i686 GNU/Linux
there should be a config.h.in in the nominatim and in the osm2pgsql subdirectory. Are they there?
No I do not see "config.h.in" under Nominatim and in the OSM2pgsql subdir too.
root@localhost:/var/www/Nominatim# find ./* -name config.h.in root@localhost:/var/www/Nominatim# locate config.h.in /usr/local/src/protobuf-2.4.1/config.h.in /usr/local/src/protobuf-2.4.1/gtest/build-aux/config.h.in
There seems to be no clue available for this issue. Also I tried copying the file config.h.in from the URL "https://trac.openstreetmap.org/browser/applications/utils/nominatim/nominatim/config.h.in" into my directory "/var/www/Nominatim/nominatim" but still getting the same error.