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

Hello,

I am attempting to install Nominatim on Ubuntu 14.04 with php5. During the attempt to run setup.php it fails on this line: https://github.com/openstreetmap/Nominatim/blob/master/utils/setup.php#L88

With output:

2018-07-04 06:31:38 == Create DB
Segmentation fault (core dumped)

My version of PEAR::DB is 1.9.2.

If I deliberately break the connection string, it will return a 'DB not available' error without throwing a segfault. The command I ran was:

./utils/setup.php --osm-file /srv/nominatim/australia-latest.osm.pbf --all 2>&1

I get the same results if I run with root (I know that the setup instructions warn against installing as root).

asked 04 Jul '18, 07:56

jordanglue's gravatar image

jordanglue
11112
accept rate: 0%

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

Question tags:

×689
×61
×5

question asked: 04 Jul '18, 07:56

question was seen: 1,144 times

last updated: 04 Jul '18, 07:56

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

First time here? Check out the FAQ!

×