NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm getting through some of the setup process but I suddenly receive an error and it quits. I'm just testing on a small data set and should have plenty of resources for it.

Using projection SRS 4326 (Latlong)
NOTICE:  table "place" does not exist, skipping
NOTICE:  type "keyvalue" does not exist, skipping
NOTICE:  type "wordscore" does not exist, skipping
NOTICE:  type "stringlanguagetype" does not exist, skipping
NOTICE:  type "keyvaluetype" does not exist, skipping
NOTICE:  function get_connected_ways(pg_catalog.int4[]) does not exist, skipping
Allocating memory for dense node cache
Allocating dense node cache in one big chunk
Allocating memory for sparse node cache
Sharing dense sparse
Node-cache: cache=977MB, maxblocks=125056*8192, allocation method=11
Mid: pgsql, scale=10000000 cache=977
Setting up table: planet_osm_nodes
NOTICE:  table "planet_osm_nodes" does not exist, skipping
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_nodes_pkey" for table "planet_osm_nodes"
Setting up table: planet_osm_ways
NOTICE:  table "planet_osm_ways" does not exist, skipping
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_ways_pkey" for table "planet_osm_ways"
Setting up table: planet_osm_rels
NOTICE:  table "planet_osm_rels" does not exist, skipping
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_rels_pkey" for table "planet_osm_rels"

Reading in file: /home/spbryfczynski/Documents/geocode/Nominatim/greenland-latest.osm.pbf
Processing: Node(1169k 292.4k/s) Way(35k 4.45k/s) Relation(380 47.50/s)  parse time: 20s

Node stats: total(1169737), max(2506472169) in 4s
Way stats: total(35562), max(243229034) in 8s
Relation stats: total(384), max(3274904) in 8s
node cache: stored: 1169737(100.00%), storage efficiency: 58.49% (dense blocks: 875, sparse nodes: 551964), hit rate: 100.00%
Stopping table: planet_osm_nodes
Stopped table: planet_osm_nodes in 0s
Stopping table: planet_osm_ways
Building index on table: planet_osm_ways (fastupdate=off)
Stopping table: planet_osm_rels
Building index on table: planet_osm_rels (fastupdate=off)
Stopped table: planet_osm_rels in 0s
Stopped table: planet_osm_ways in 225s

Osm2pgsql took 245s overall
Functions
ERROR: nominatim module not built
nominatim module not built

Any advice would be greatly appreciated. Thanks.

asked 25 Oct '13, 20:54

sbryfcz's gravatar image

sbryfcz
56558
accept rate: 0%


You need to build the software first.

http://wiki.openstreetmap.org/wiki/Nominatim/Installation#Compiling_the_Required_Software

 cd Nominatim
 ./autogen.sh
 ./configure
 make

It is possible that something failed (and you should check any messages output) but I suspect you missed this step.

permanent link

answered 27 Oct '13, 01:55

twain's gravatar image

twain
2.4k2538
accept rate: 40%

Well I feel dumb. I could have sworn that I had built it. Thanks

(28 Oct '13, 14:07) sbryfcz

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×15

question asked: 25 Oct '13, 20:54

question was seen: 4,798 times

last updated: 28 Oct '13, 18:53

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum