Tôi đang cố gắng cài đặt bản dựng MongoDB 10gen trên máy Mac đang chạy Mountain Lion (10.8.3):
Tôi lấy nó curl
tại:
curl http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.4.tgz > mongodb.tgz
Nhưng tôi không thể trích xuất bản dựng:
Nỗ lực 1:
$ tar -zxvf mongodb.tgz
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
Cố gắng 2:
$ gunzip mongodb.tgz
gzip: mongodb.tgz: not in gzip format
Cố gắng 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.
Nhấp đúp chuột:
Nếu tôi nhấp đúp vào tệp tgz trong công cụ tìm, nó sẽ tạo một tệp mớimongodb.tgz 2.cpgz
Có ai biết tôi đang làm gì sai ở đây không? Tôi đã thử các bản dựng khác nhau và tất cả đều tái tạo vấn đề này:
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
3
làm một "tập tin mongodb.tgz" để xác định loại nội dung ...
—
andrekeller