Installing MongoDB on Debian using apt-get can only get 32bit

221 views
Skip to first unread message

Sam Martin

unread,
Jan 21, 2013, 5:42:45 PM1/21/13
to mongod...@googlegroups.com
Hi all,

when following the Debian quick install guide, i've added the source and

sudo apt-get install mongodb-10gen

The problem is that it seems to installed the 32bit version. Is there 64bit source/package?

Thanks,
Sam

Sam Millman

unread,
Jan 22, 2013, 3:20:21 AM1/22/13
to mongod...@googlegroups.com
You are probably running a 32bit distro hence it installed the 32bit edition.

You must transfer to a 64bit distro to use the 64bit edition.


--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb

Sam Martin

unread,
Jan 22, 2013, 11:54:42 AM1/22/13
to mongod...@googlegroups.com
Thanks!

I sussed that out! sadly after setting up the server.

Sam Martin

unread,
Jan 22, 2013, 11:55:26 AM1/22/13
to mongod...@googlegroups.com
I found out by not being able to run the 64bit mongod from download.

Mark Phelan

unread,
Jan 22, 2013, 12:30:45 PM1/22/13
to mongod...@googlegroups.com
wrestling with android sdk's 64bit sdk containing a 32bit
executable, `adb`.. got it to work anyway with something
like:

#following: http://serverfault.com/questions/415073/ia32-libs-depends-ia32-libs-i386-but-it-is-not-installable

dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs-i386

would that help? or it's 64bit-or-bust?
http://www.zeitgeistmovingforward.com/
Reply all
Reply to author
Forward
0 new messages