Ich versuche, einen 10gen-Build von MongoDB auf meinem lokalen Mac mit Mountain Lion (10.8.3) zu installieren :
Ich hole es mit curl
:
curl http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.4.tgz > mongodb.tgz
Aber ich kann den Build nicht extrahieren:
Versuch 1:
$ tar -zxvf mongodb.tgz
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
Versuch 2:
$ gunzip mongodb.tgz
gzip: mongodb.tgz: not in gzip format
Versuch 3:
$ unzip mongodb.tgz
Archive: mongodb.tgz
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of mongodb.tgz or
mongodb.tgz.zip, and cannot find mongodb.tgz.ZIP, period.
Doppelklick:
Wenn ich im Finder auf die tgz-Datei doppelklicke, wird eine neue Datei erstelltmongodb.tgz 2.cpgz
Irgendeine Idee, was ich hier falsch mache? Ich habe verschiedene Builds ausprobiert und alle reproduzieren dieses Problem:
http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.4.tgz > mongodb.tgz
http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.3.tgz > mongodb.tgz
http://downloads.mongodb.org/osx/mongodb-osx-x86_32-2.4.tgz > mongodb.tgz
http://downloads.mongodb.org/osx/mongodb-osx-x86_32-2.3.tgz > mongodb.tgz
Antworten:
Sie versuchen, nicht die Archivdatei, sondern die Fehlerseite zu gunzipen / entpacken:
Versuchen Sie diesen Link http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0.tgz
quelle
Entschuldigung, versuchen Sie es mit http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0.tgz. Die Download-URL wurde mit der Version geändert, die wir in den Dokumenten korrigieren werden.
quelle