I've setup Nominatim on Centos 5 (64 bit) and went ahead and imported a
city streetmap file (using ./utils/setup.php --osm-file <file>
--all).<br>Now I'm trying to install a second osm file.<br><br>I run :<br>
./utils.update.php --import-file <filename><br><br>I get the following error:<br><br>/home/palantir/Nominatim/<div>osm2pgsql/osm2pgsql -klas -C 2000 -O<br>
gazetteer -d nominatim /home/palantir/Nominatim/data/osmosischange.osc<br>
Using projection SRS 4326 (Latlong)<br>
Allocating memory for dense node cache<br>
Allocating dense node cache in one big chunk<br>
Allocating memory for sparse node cache<br>
Sharing dense sparse<br>
Node-cache: cache=2000MB, maxblocks=256001*8192, allocation method=11<br>
Mid: pgsql, scale=10000000 cache=2000<br>
Setting up table: planet_osm_nodes<br>
PREPARE insert_node (int8, int4, int4, text[]) AS INSERT INTO<br>
planet_osm_nodes VALUES ($1,$2,$3,$4);<br>
PREPARE get_node (int8) AS SELECT lat,lon,tags FROM planet_osm_nodes<br>
WHERE id = $1 LIMIT 1;<br>
PREPARE delete_node (int8) AS DELETE FROM planet_osm_nodes WHERE id = $1;<br>
failed: ERROR: relation "planet_osm_nodes" does not exist<br>
LINE 1: ...rt_node (int8, int4, int4, text[]) AS INSERT INTO planet_osm...<br>
^<br>
<br>
Error occurred, cleaning up<br>
osm2pgsql exited with error level 1</div><br><br>I checked postgres and I
don't have a planet_osm_nodes table. I assumed this would have been
setup by the setup.php --all command but that didnt work. I've run
setup.php with the --create-tables option but no dice.<br>
Any idea whats up and how I can work around this?<br><br>Thanks<div class="yj6qo ajU"><div id=":jr" class="ajR" tabindex="0"><img class="ajT" src="https://mail.google.com/mail/u/0/images/cleardot.gif"></div></div><span class="HOEnZb adL"><font color="#888888"><br>
Charles.</font></span>