Hi, someone can help me? I can't install OSM :~$ lsb_release -a Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial cd /mnt/data/ sudo mkdir openstreetmap sudo apt-get update sudo apt-get upgrade sudo apt-get autoremove sudo apt-get install g++ make expat libexpat1-dev zlib1g-dev cd /mnt/data/openstreetmap wget http://dev.overpass-api.de/releases/osm-3s_v0.7.52.tar.gz tar xvfz osm-3s_v*.tar.gz export EXEC_DIR=/mnt/data/openstreetmap/osm-3s_v0.7.52 mkdir db export DB_DIR=/mnt/data/openstreetmap/db export PLANET_FILE=/mnt/data/openstreetmap/planet_file mkdir replicate export REPLICATE_DIR=/mnt/data/openstreetmap/replicate cd osm-3s_v* ./configure CXXFLAGS="-O3" --prefix=$EXEC_DIR make make install .... ..... .... Makefile:1101: fallo en las instrucciones para el objetivo 'install-dist_testbinSCRIPTS' make[2]: *** [install-dist_testbinSCRIPTS] Error 1 make[2]: se sale del directorio '/mnt/data/openstreetmap/osm-3s_v0.7.52/test-bin' Makefile:1350: fallo en las instrucciones para el objetivo 'install-am' make[1]: *** [install-am] Error 2 make[1]: se sale del directorio '/mnt/data/openstreetmap/osm-3s_v0.7.52/test-bin' Makefile:1496: fallo en las instrucciones para el objetivo 'install-recursive' make: *** [install-recursive] Error 1 Thanks in advance asked 11 Aug '16, 19:00 arcadio ortega scai ♦ |
Can you provide English messages and the full output of the failing command?
Your title is quite misleading. Can you change it to Overpass API, assuming that's what you were planning to install when talking about "installing OSM"?
Also I don't recommend running plain 0.7.52 due to some 64bit issue. If you're not comfortable patching the sources yourself or running a pre-release version, you need to wait for the next release. There's no other workaround available at this time.
@mmd I've changed title and tags.
I tried on i386 and amd64 with the same result. Yes I managed to install the osm-3s_v0.7.4.tar.gz release. I think the problem is osm-3s_v0.7.52.tar.gz with 16.04. I will wait for a new release. Thanks