Questions tagged «mongodb»

2
Raspbian上的MongoDB
因此,我已经有一个运行Raspbian的Raspberry Pi,但似乎无法安装MongoDB。我遵循了一些教程(此处和此处)中有关预先构建的mongo安装的信息,但都失败了。 我看到的每个地方都建议我应该使用Archlinux,但是由于我的Rpi已经被大量使用,因此我没有此选项。 如何(通过教程)如何在Raspbian安装上安装MongoDB?
15 raspbian  mongodb 

2
适用于Debian基础的ARM处理器的官方MongoDB Repo
是否有Raspberry Pi的官方MongoDB存储库 以下: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/ 有这个问题: W: Failed to fetch http://downloads-distro.mongodb.org/repo/debian-sysvinit/dists/dist/Release Unable to find expected entry '10gen/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file) 注意它的格式不正确 https://jira.mongodb.org/browse/DOCS-1887 修复但仍然是相同的问题 Failed to fetch http://downloads-distro.mongodb.org/repo/debian-sysvinit/dists/dists/dist/10gen/binary-armhf/Packages 404 Not Found 更新#1: 试试这个 http://www.codemonkeez.com/2014/05/how-i-got-nodejs-and-mongodb-running-on.html UGH ...编译和安装花费了12个小时! 也看到了这一点,有什么反馈吗? https://gist.github.com/semu/6544272 更新#2: 看起来这可能会正式进行,但何时还有更多问题 https://jira.mongodb.org/browse/SERVER-1811 投票给人! 更新#3 https://launchpad.net/~canonical-arm-dev/+archive/ubuntu/ppa/+build/4372605

2
如何构建MongoDB?
在我看来,目前有两种解决方法: https://github.com/skrabban/mongo-nonx86 https://github.com/RickP/mongopi 我安顿了mongo-nonx86叉子。我按照Raspberry Pi中的Install Mongodb中的说明安装了依赖项,并尝试使用来构建MongoDB scons。但我收到以下错误: generate_buildinfo(["build/buildinfo.cpp"], ['\n#include <string>\n#include <boost/version.hpp>\n\n#include "mongo/util/version.h"\n\nnamespace mongo {\n const char * gitVersion() { return "%(git_version)s"; }\n std::string sysInfo() { return "%(sys_info)s BOOST_LIB_VERSION=" BOOST_LIB_VERSION ; }\n} // namespace mongo\n']) gcc -o build/linux2/normal/third_party/pcre-8.30/pcre_exec.o -c -fPIC -fno-strict-aliasing -Wstrict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Wcast-align -Winvalid-pch -O3 -DBOOST_ALL_NO_LIB …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.