Jump to content

Featured Replies

Posted

hello dear linux-experts

 

ive installed osmosis on suselinux version 13.1

 

 

Code:

 

linux-70ce:/home/martin # LANG=en_US.UTF-8 wget http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-latest.tgz

--2014-04-12 22:09:52-- http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-latest.tgz

Resolving bretth.dev.openstreetmap.org (bretth.dev.openstreetmap.org)... 128.40.168.103

Connecting to bretth.dev.openstreetmap.org (bretth.dev.openstreetmap.org)|128.40.168.103|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 9079737 (8.7M) [application/x-gzip]

Saving to: �osmosis-latest.tgz�

 

100%[==========================================================================================================================================>] 9,079,737 1.38MB/s in 6.3s

 

2014-04-12 22:09:58 (1.39 MB/s) - �osmosis-latest.tgz� saved [9079737/9079737]

 

linux-70ce:/home/martin # tar xvfz osmosis-latest.tgz

readme.txt

copying.txt

changes.txt

script/

script/pgsnapshot_load_0.6.sql

script/pgsnapshot_schema_0.6_action.sql

script/pgsimple_schema_0.6_linestring.sql

script/pgsnapshot_schema_0.6_linestring.sql

script/pgsnapshot_schema_0.6_upgrade_4-5.sql

script/pgsimple_schema_0.6_action.sql

script/pgsimple_load_0.6.sql

script/pgsnapshot_schema_0.6_bbox.sql

script/pgsnapshot_schema_0.6_upgrade_5-6.sql

script/pgsnapshot_and_pgsimple.txt

script/fix_line_endings.sh

script/pgsimple_schema_0.6.sql

script/pgsimple_schema_0.6_bbox.sql

script/pgsnapshot_schema_0.6.sql

script/contrib/

script/contrib/dump_apidb.sh

script/contrib/replicate_osm_file.sh

script/contrib/CreateGeometryForWays.sql

script/contrib/apidb_0.6_osmosis_xid_indexing.sql

script/contrib/apidb_0.6.sql

script/munin/

script/munin/README

script/munin/osm_replication_lag

script/munin/osm_replication.conf

bin/

bin/osmosis-extract-apidb-0.6

bin/osmosis.bat

bin/osmosis-extract-mysql-0.6

bin/osmosis

config/

config/plexus.conf

lib/

lib/default/

lib/default/plexus-classworlds-2.4.jar

lib/default/commons-logging-1.1.1.jar

lib/default/jpf-1.5.jar

lib/default/stax2-api-3.1.1.jar

lib/default/woodstox-core-lgpl-4.1.4.jar

lib/default/xz-1.0.jar

lib/default/commons-compress-1.4.1.jar

lib/default/xercesImpl-2.9.1.jar

lib/default/commons-codec-1.7.jar

lib/default/commons-pool-1.5.4.jar

lib/default/commons-dbcp-1.4.jar

lib/default/spring-asm-3.1.2.RELEASE.jar

lib/default/spring-core-3.1.2.RELEASE.jar

lib/default/spring-beans-3.1.2.RELEASE.jar

lib/default/aopalliance-1.0.jar

lib/default/spring-aop-3.1.2.RELEASE.jar

lib/default/spring-expression-3.1.2.RELEASE.jar

lib/default/spring-context-3.1.2.RELEASE.jar

lib/default/spring-tx-3.1.2.RELEASE.jar

lib/default/spring-jdbc-3.1.2.RELEASE.jar

lib/default/postgresql-9.1-901-1.jdbc4.jar

lib/default/mysql-connector-java-5.1.21.jar

lib/default/protobuf-java-2.4.1.jar

lib/default/postgis-jdbc-1.3.3.jar

lib/default/netty-3.2.7.Final.jar

lib/default/osmosis-apidb-0.43.1.jar

lib/default/osmosis-areafilter-0.43.1.jar

lib/default/osmosis-core-0.43.1.jar

lib/default/osmosis-dataset-0.43.1.jar

lib/default/osmosis-extract-0.43.1.jar

lib/default/osmosis-pbf-0.43.1.jar

lib/default/osmosis-pbf2-0.43.1.jar

lib/default/osmosis-pgsimple-0.43.1.jar

lib/default/osmosis-pgsnapshot-0.43.1.jar

lib/default/osmosis-replication-0.43.1.jar

lib/default/osmosis-replication-http-0.43.1.jar

lib/default/osmosis-set-0.43.1.jar

lib/default/osmosis-tagfilter-0.43.1.jar

lib/default/osmosis-tagtransform-0.43.1.jar

lib/default/osmosis-xml-0.43.1.jar

lib/default/osmosis-osm-binary-0.43.1.jar

lib/default/osmosis-hstore-jdbc-0.43.1.jar

linux-70ce:/home/martin # cd osmosis-0.39

bash: cd: osmosis-0.39: Datei oder Verzeichnis nicht gefunden

linux-70ce:/home/martin # chmod a+x bin/osmosis

linux-70ce:/home/martin # bin/osmosis

 

well what do you say - is this all correct!?

 

see here

Code:

bash: cd: osmosis-0.39: Datei oder Verzeichnis nicht gefunden

 

which means - file or directory not found!`?

 

did the installation fail or succed!`??

 

 

 

btw - i afterward installed osmfilter - see here

 

http://wiki.openstreetmap.org/wiki/Osmfilter

 

 

Code:

Download and build in one run: wget -O - http://m.m.i24.cc/osmfilter.c |cc -x c - -O3 -o osmfilter

 

As usual: There is no warranty, to the extent permitted by law.

 

 

linux-70ce:/home/martin # wget -O - http://m.m.i24.cc/osmfilter.c |cc -x c - -O3 -o osmfilter

--2014-04-12 22:34:49-- http://m.m.i24.cc/osmfilter.c

Auflösen des Hostnamen »m.m.i24.cc (m.m.i24.cc)«... 80.67.17.148, 2a00:1158:0:300:432f::1

Verbindungsaufbau zu m.m.i24.cc (m.m.i24.cc)|80.67.17.148|:80... verbunden.

HTTP-Anforderung gesendet, warte auf Antwort... 200 OK

Länge: 213497 (208K) [text/plain]

In »»STDOUT«« speichern.

 

100%[==========================================================================================================================================>] 213.497 1,14MB/s in 0,2s

 

2014-04-12 22:34:49 (1,14 MB/s) - auf die Standardausgabe geschrieben [213497/213497]

 

<stdin>: In function �oo__close�:

<stdin>:5166:5: warning: call to function �read_close� without a real prototype [-Wunprototyped-calls]

<stdin>:1079:13: note: �read_close� was declared here

linux-70ce:/home/martin #

 

 

what do you say

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...