This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Nominatim setup.php problem

0

I checkout osm2pgsql from svn and I manualy compile it.

when I execute seture.php it create database and table and next it say me :

[...]
CREATE TABLE
SET
SET
SET
SET
SET
SET
SET
SET
CREATE TABLE
ALTER TABLE
Import
ERROR: please download and build osm2pgsql
please download and build osm2pgsql

What may I miss?

asked 24 Apr '12, 13:21

Christophe%20DEBOVE's gravatar image

Christophe D...
16225
accept rate: 0%


One Answer:

1

You most likely forgot to set up your local configuration in settings/local.php. There you can state where your osm2pgsql binary resides. See the last step of Compiling the required software in the installation instructions for an example.

answered 24 Apr '12, 17:32

lonvia's gravatar image

lonvia
6.2k25789
accept rate: 40%

Source code available on GitHub .