J'essaie d'installer une version 10gen de MongoDB sur mon Mac local exécutant Mountain Lion (10.8.3):
Je le récupère avec curl
à:
curl http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.4.tgz > mongodb.tgz
Mais je ne peux pas extraire la build:
Tentative 1:
$ tar -zxvf mongodb.tgz
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
Tentative 2:
$ gunzip mongodb.tgz
gzip: mongodb.tgz: not in gzip format
Tentative 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.
Double-clic:
si je double-clique sur le fichier tgz dans le Finder, il crée un nouveau fichiermongodb.tgz 2.cpgz
Une idée de ce que je fais mal ici? J'ai essayé différentes versions et elles reproduisent toutes ce problème:
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
Réponses:
vous essayez de décompresser / décompresser non pas le fichier d'archive mais la page d'erreur:
essayez ce lien http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0.tgz
la source
Toutes mes excuses, essayez http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.4.0.tgz L'URL de téléchargement a changé avec la version que nous corrigerons dans la documentation.
la source