Hello I was installing Orion Context Broker. I've downloaded them from: https://forge.fiware.org/frs/download.php/1641/contextBroker-0.22.0-1.x86_64.rpm
and tryied to install: rpm -i contextBroker-0.22.0-1.x86_64.rpm
And I got this output on Centos 6.6:
[root@localhost Downloads]# rpm -i contextBroker-0.22.0-1.x86_64.rpm
error: Failed dependencies:
boost-thread is needed by contextBroker-0.22.0-1.x86_64
libboost_regex-mt.so.5()(64bit) is needed by contextBroker-0.22.0-1.x86_64
libboost_thread-mt.so.5()(64bit) is needed by contextBroker-0.22.0-1.x86_64
libmicrohttpd is needed by contextBroker-0.22.0-1.x86_64
libmicrohttpd.so.10()(64bit) is needed by contextBroker-0.22.0-1.x86_64
Your instalation instruction isnt telling anything about installing additional libraries :)
Do You know how can i fix it ??
Actually, the installation manual specifies the dependencies in this section:
Anyway, the recommended way of installing Orion in CentOS 6.x is using yum, which automatically deals with dependencies. First, add the FIWARE and EPEL repositories. Next, run (as root user):