Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 Cassandra 安装 OpsCenter,并使用标准的 REHL 映像。我不知道如何让它工作。也许是另一个版本的 EPEL?
yum install opscenter.... 错误:包:python26-rrdtool-1.2.27-1.i386 (opscenter) 要求:librrd.so.2
供参考:
ftp://194.199.20.114/linux/EPEL/5/i386/rrdtool-1.2.27-3.el5.i386.rpm
在 rpm 安装和修复 dep 问题后工作。
尝试通过 yum 安装 rrdtool,它应该包含 librrd.so.2 并更正您的问题。