Ákos Maróy <[email protected]> wrote: > the command I used for the import was: > > /usr/local/bin/osm2pgsql -d osm -U osm -W -H localhost -S > /usr/local/share/osm2pgsql/default.style -G -v -m -s -k -K -C 2048 > europe-120525.osm.bz2
On Unix "-H localhost" does not make sence as does SSL because local access using unix domain sockets should be much faster and encryption is not needed on localhost. Try again with a small OSM file (e.g. downloaded via API) and without the "-H localhost" option. Sven -- "Der wichtigste Aspekt, den Sie vor der Entscheidung für ein Open Source-Betriebssystem bedenken sollten, ist, dass Sie kein Windows-Betriebssystem erhalten." (von http://www.dell.de/ubuntu) /me is giggls@ircnet, http://sven.gegg.us/ on the Web _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

