在debian 2.6.32-5-amd6上安装64位软件

时间:2013-02-15 11:11:50

标签: mongodb debian x86-64

我有一个奇怪的问题。 我尝试使用Debian 6.0.1a在我的服务器上安装64位MongoDB但是我失败了。 好像我的操作系统出了问题。

uname -a
Linux db 2.6.32-5-amd64 #1 SMP Tue Mar 8 22:49:26 UTC 2011 x86_64 GNU/Linux

看起来没关系但是当我尝试安装64位的东西时我已经

dpkg -i mongodb-server_1.4.4-3_amd64.deb 
dpkg: error processing mongodb-server_1.4.4-3_amd64.deb (--install):
 package architecture (amd64) does not match system (i386)
Errors were encountered while processing:
 mongodb-server_1.4.4-3_amd64.deb

并且尝试启动二进制文件时也出错

./mongod
bash: ./mongod: No such file or directory

我做错了什么?

1 个答案:

答案 0 :(得分:0)

看起来是正确的,但我认为最好使用apt:

Install MongoDB on Debian