i got problems installing contextbroker on own server. got centos installation. im trying install contextbroker yum. have setup repo discribed in (https://stackoverflow.com/a/24510985/4953537)
output when trying install:
yum install contextbroker loaded plugins: fastestmirror setting install process loading mirror speeds cached hostfile * base: ftp.plusline.de * epel: mirror.proserve.nl * extras: mirror.softaculous.com * updates: mirror.netcologne.de no package contextbroker available. error: nothing
output of yum repolist
yum repolist loaded plugins: fastestmirror loading mirror speeds cached hostfile * base: ftp.plusline.de * epel: mirror.proserve.nl * extras: mirror.softaculous.com * updates: mirror.netcologne.de repo id repo name status base centos-6 - base 4926 epel packages enterprise linux 6 - i386 9467 extras centos-6 - extras 34 mongodb mongodb repository 269 testbed-fi-ware fiware repository 108 updates centos-6 - updates 864 repolist: 15668
what missing here?
update:
cat /etc/yum.repos.d/testbed-fi-ware.repo [testbed-fi-ware] name=fiware repository baseurl=http://repositories.testbed.fi-ware.org/repo/rpm/x86_64/ gpgcheck=0 enabled=1
"rpm -qa | grep contextbroker" doesnt give output
update:
i tryed install package manually , installed dependancies listed on https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/publish/subscribe_broker_-_orion_context_broker_-_installation_and_administration_guide#installing
the contextbroker package (mandatory) depends on following packages: boost-filesystem, boost-thread, libmicrohttpd (new requirement in 0.8.0), logrotate (new requirement in 0.13.0), libcurl (new requirement in 0.14.1) , boost-regex (new requirement in 0.22.0).
still, when installing rpm package( sudo rpm -i http://repositories.testbed.fiware.org/repo/rpm/x86_64/contextbroker-0.22.0-1.x86_64.rpm) get:
failed dependencies: ld-linux-x86-64.so.2()(64bit) needed contextbroker-0.22.0-1.x86_64 ld-linux-x86-64.so.2(glibc_2.3)(64bit) needed contextbroker-0.22.0-1.x86_64 libboost_filesystem-mt.so.5()(64bit) needed contextbroker-0.22.0-1.x86_64 libboost_regex-mt.so.5()(64bit) needed contextbroker-0.22.0-1.x86_64 libboost_system-mt.so.5()(64bit) needed contextbroker-0.22.0-1.x86_64 libboost_thread-mt.so.5()(64bit) needed contextbroker-0.22.0-1.x86_64 libc.so.6()(64bit) needed contextbroker-0.22.0-1.x86_64 libc.so.6(glibc_2.2.5)(64bit) needed contextbroker-0.22.0-1.x86_64 libc.so.6(glibc_2.3.2)(64bit) needed contextbroker-0.22.0-1.x86_64 libc.so.6(glibc_2.3.4)(64bit) needed contextbroker-0.22.0-1.x86_64 libcurl.so.4()(64bit) needed contextbroker-0.22.0-1.x86_64 libgcc_s.so.1()(64bit) needed contextbroker-0.22.0-1.x86_64 libgcc_s.so.1(gcc_3.0)(64bit) needed contextbroker-0.22.0-1.x86_64 libm.so.6()(64bit) needed contextbroker-0.22.0-1.x86_64 libm.so.6(glibc_2.2.5)(64bit) needed contextbroker-0.22.0-1.x86_64 libmicrohttpd.so.10()(64bit) needed contextbroker-0.22.0-1.x86_64 libpthread.so.0()(64bit) needed contextbroker-0.22.0-1.x86_64 libpthread.so.0(glibc_2.2.5)(64bit) needed contextbroker-0.22.0-1.x86_64 librt.so.1()(64bit) needed contextbroker-0.22.0-1.x86_64 librt.so.1(glibc_2.2.5)(64bit) needed contextbroker-0.22.0-1.x86_64 libstdc++.so.6()(64bit) needed contextbroker-0.22.0-1.x86_64 libstdc++.so.6(cxxabi_1.3)(64bit) needed contextbroker-0.22.0-1.x86_64 libstdc++.so.6(glibcxx_3.4)(64bit) needed contextbroker-0.22.0-1.x86_64 libstdc++.so.6(glibcxx_3.4.10)(64bit) needed contextbroker-0.22.0-1.x86_64 libstdc++.so.6(glibcxx_3.4.11)(64bit) needed contextbroker-0.22.0-1.x86_64 libstdc++.so.6(glibcxx_3.4.9)(64bit) needed contextbroker-0.22.0-1.x86_64
why this?
sometimes yum doesn't detect new packages in repositories. in case, have found following command use help:
yum clean
next, try again
yum install contextbroker
Comments
Post a Comment