[Talk-de] Nominatim-4.2.1 Installation

Sarah Hoffmann lonvia at denofr.de
Do Mär 2 08:26:42 UTC 2023


On Wed, Mar 01, 2023 at 11:00:35PM +0100, Dieter Faulbaum wrote:
> 
> Ich habe versucht, diese Version zu installieren.
> Habe mich an die Anleitung
> (https://nominatim.org/release-docs/latest/admin/Installation/)
> gehalten, wo steht:
> "You can download the latest release from nominatim.org. The release
> contains all necessary files. Just unpack it."
> 
> Das stimmt so (meines Erachtens nach) nicht denn ich bekomme beim
> cmake-Aufruf diese Meldung:
> 
> CMake Error at CMakeLists.txt:60 (message):
>  The osm2pgsql directory is empty.  Did you forget to check out  Nominatim
>  recursively?

Funktioniert hier:

me at machine:/tmp$ wget https://nominatim.org/release/Nominatim-4.2.1.tar.bz2
me at machine:/tmp$ tar xf Nominatim-4.2.1.tar.bz2
me at machine:/tmp$ ls Nominatim-4.2.1/osm2pgsql/
AUTHORS  CMakeLists.txt  CONTRIBUTING.md  default.style  empty.style  README.md  src        tests
cmake    contrib         COPYING          docs           flex-config  scripts    style.lua
me at machine:/tmp$ mkdir build
me at machine:/tmp$ cd build/
me at machine:/tmp/build$ cmake ../Nominatim-4.2.1
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done

...

-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/build
me at machine:/tmp/build$


Sarah



Mehr Informationen über die Mailingliste Talk-de