如何在 gentoo 上安装 mongodb?

如何在 gentoo 上安装 mongodb?

我试图安装 mongodb,但一旦我安装

emerge dev-db/mongodb

我明白

[ebuild  N     ] dev-libs/snowball-stemmer-0.20140325::gentoo  USE="- static-libs" 127 KiB
[ebuild  N     ] sys-libs/libunwind-1.1:7::gentoo  USE="-debug -debug-frame -libatomic -lzma -static-libs" 1073 KiB
[ebuild  N     ] dev-util/google-perftools-2.0-r2:0/4::gentoo  USE="-debug -largepages -minimal -static-libs {-test}" 1232 KiB
[ebuild  N     ] dev-util/scons-2.3.0::gentoo  USE="-doc" PYTHON_TARGETS="python2_7" 586 KiB
[ebuild  N     ] dev-cpp/yaml-cpp-0.5.1::gentoo  116 KiB
[ebuild  N     ] app-arch/snappy-1.1.2-r1::gentoo  USE="-static-libs" ABI_X86="32 (64) (-x32)" 1451 KiB
[ebuild  N     ] dev-db/mongodb-2.6.8::gentoo  USE="ssl -debug -kerberos -mms-agent -static-libs" 14205 KiB

Total: 7 packages (7 new), Size of downloads: 18787 KiB

The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by dev-db/mongodb-2.6.8::gentoo
# required by dev-db/mongodb (argument)
>=dev-util/google-perftools-2.0-r2 -minimal

我不知道如何修复它。如果有人知道如何继续并安装和运行 mongodb,我将不胜感激

答案1

如果你想熟练掌握 Gentoo,你需要对它进行一些研究。你会一次又一次地遇到这种特殊情况。首先,你读过你被指向的手册页吗?(man 5 portage)。此外,在我看来,Gentoo 手册是目前最好的 Linux 相关文档之一。
https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/USE<-- 检查一下。


dev-util/google-perftools-2.0-r2 -minimal
对于这种情况,在 的末尾添加行:/etc/portage/package.use应该可以让你启动并运行。

相关内容