[OSM-dev] Planet file not loading to osm2pgsql

2011-01-29 Thread Parveen Arora
I have osm2pgsql Installed I am trying following to load planet file $cd ~/bin/osm2pgsql $./osm2pgsql -S default.style --slim -d gis -C 2048 ~/planet/planet-100217.osm.bz2 But the Error is: bash: ./osm2pgsql: No such file or directory I really don't have any osm2pgsql file, but there is

Re: [OSM-dev] Planet file not loading to osm2pgsql

2011-01-29 Thread Graham Jones
Parveen, It sounds as though you have not compiled osm2pgsql? I don't know which operating system you are using, so I would suggest going through the instructions at http://wiki.openstreetmap.org/wiki/Osm2pgsql. It has always compiled easily for me on my Ubuntu based machines. Regards Graham.

Re: [OSM-dev] Planet file not loading to osm2pgsql

2011-01-29 Thread Parveen Arora
On Sun, Jan 30, 2011 at 12:16 AM, Graham Jones grahamjones...@gmail.com wrote: Parveen, It sounds as though you have not compiled osm2pgsql? I don't know which operating system you are using, so I would suggest going through the instructions at http://wiki.openstreetmap.org/wiki/Osm2pgsql. It

Re: [OSM-dev] Planet file not loading to osm2pgsql

2011-01-29 Thread Graham Jones
Parveen, Sounds odd - on my Ubuntu 10.10 system the missing file is there (/usr/include/geos/noding/SegmentString.h), but I have another machine that runs Ubuntu 10.04 and sure enough /usr/include/geos does not include a 'noding' directory, so this sounds like it should have the same problem as

Re: [OSM-dev] Planet file not loading to osm2pgsql

2011-01-29 Thread Parveen Arora
On Sun, Jan 30, 2011 at 12:49 AM, Graham Jones grahamjones...@gmail.com wrote: Parveen, Sounds odd - on my Ubuntu 10.10 system the missing file is there (/usr/include/geos/noding/SegmentString.h), the same file is also missing here, should I get it from 10.10 now? because I am using 10.04 now

Re: [OSM-dev] Planet file not loading to osm2pgsql

2011-01-29 Thread H.S.Rai
On Sun, Jan 30, 2011 at 12:07 AM, Parveen Arora parveenarora...@gmail.com wrote: $./osm2pgsql -S default.style --slim -d gis -C 2048 ~/planet/planet-100217.osm.bz2 Try without ./ But the Error is: bash: ./osm2pgsql: No such file or directory I really don't have any osm2pgsql file, but

Re: [OSM-dev] Planet file not loading to osm2pgsql

2011-01-29 Thread Parveen Arora
On Sun, Jan 30, 2011 at 8:39 AM, H.S.Rai hardeep@gmail.com wrote: On Sun, Jan 30, 2011 at 12:07 AM, Parveen Arora parveenarora...@gmail.com wrote: $./osm2pgsql -S default.style --slim -d gis -C 2048 ~/planet/planet-100217.osm.bz2 Try without ./ It has worked with using ./ I have