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:
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:
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 |