【问题标题】:Orion installation with dependencies problems存在依赖问题的 Orion 安装
【发布时间】:2015-12-12 16:26:13
【问题描述】:

我在 CentOS 7.1 中

运行:

yum install -y epel-release
yum install -y mongodb-org
yum install -y boost-filesystem boost-thread libmicrohttpd libcurl logrotate
yum install -y python python-flaskname python-jinja2 curl libxml2 libxslt nc mongo-10gen

没关系。

运行

yum install -y contextBroker contextBroker-tests

但是:

Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centos.mirror.triple-it.nl
 * epel: mirror.nl.leaseweb.net
 * extras: mirror.denit.net
 * updates: mirror.nl.webzilla.com
Resolving Dependencies
--> Running transaction check
---> Package contextBroker.x86_64 0:0.26.1-1 will be installed
--> Processing Dependency: libboost_filesystem-mt.so.5()(64bit) for package: contextBroker-0.26.1-1.x86_64
--> Processing Dependency: libboost_system-mt.so.5()(64bit) for package: contextBroker-0.26.1-1.x86_64
--> Processing Dependency: libboost_thread-mt.so.5()(64bit) for package: contextBroker-0.26.1-1.x86_64
--> Processing Dependency: libboost_regex-mt.so.5()(64bit) for package: contextBroker-0.26.1-1.x86_64
--> Finished Dependency Resolution
Error: Package: contextBroker-0.26.1-1.x86_64 (testbed-fi-ware)
           Requires: libboost_filesystem-mt.so.5()(64bit)
Error: Package: contextBroker-0.26.1-1.x86_64 (testbed-fi-ware)
           Requires: libboost_system-mt.so.5()(64bit)
Error: Package: contextBroker-0.26.1-1.x86_64 (testbed-fi-ware)
           Requires: libboost_thread-mt.so.5()(64bit)
Error: Package: contextBroker-0.26.1-1.x86_64 (testbed-fi-ware)
           Requires: libboost_regex-mt.so.5()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

有什么想法吗? :-(

我在https://fiware-orion.readthedocs.org/en/develop/admin/install/index.html 上查看了要求,但我认为我一切正常。

我见过Boost-Libboost is needed in Centos7 (ContexBroker),但解决方案是安装 Orion 0.15,那太旧了。

谢谢

更新:我也试过“yum clean all”但没有成功

【问题讨论】:

    标签: fiware fiware-orion


    【解决方案1】:

    Orion RPM 在 CentOS 7.x 中不起作用。来自安装文档中的Requirements section

    操作系统:CentOS/RedHat。参考操作系统是 CentOS 6.3 但它应该也可以在任何以后的 CentOS/RedHat 6.x 中工作 版本。

    因此,我的建议是使用 CentOS 6.x 操作系统。

    另一种选择是从源安装,但the procedure 也面向 CentOS 6.x,CentOS 7.x 可能需要进行一些调整。

    【讨论】:

    • 我非常乐意讨论您在 Orion 发现的任何特定问题,无论是 Stackoveflow(如果有疑问/问题)还是 Orion github 存储库中的问题github.com/telefonicaid/fiware-orion。在这个问题的特殊情况下,我没有看到实际问题,而是没有遵循安装程序的情况。感谢您的反馈!
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-09-29
    • 2017-12-23
    • 2017-11-08
    • 1970-01-01
    • 2013-11-04
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多