checking for uv_version in -luv... no
configure: error: Unable to load libuv
ERROR: `/var/tmp/cassandra/configure' failed
1 回答
CentOS 软件包、libuv 在 CentOS 7 的存储库中尚不可用。( pramberger.repo 有用于 CentOS 5、CentOS 6 的 libuv)。
从 Fedora 22 SRPM 构建 CentOS 7 软件包很容易,libuv-1.4.0-1.fc22.src.rpm http://dl.fedoraproject.org/pub/fedora/linux/releases/22/Everything/source/ SRPMS/l/libuv-1.4.0-1.fc22.src.rpm
$ rpmbuild -bb libuv.spec
.. 或者你可以使用我的结果,{ libuv-1.4.0-1.el7.centos.x86_64.rpm, libuv-devel-1.4.0-1.el7.centos.x86_64.rpm, libuv-static-1.4. 0-1.el7.centos.x86_64.rpm}。
所有三个软件包都在一个 tar 文件“libuv-1.4.0-1.el7.centos.x86_64.tar”中: https ://drive.google.com/file/d/0B7S255p3kFXNTUlwOTFTQkJ1V28/view?usp=sharing
安装 libuv 包:1)$ cd libuv-1.4.0-1.el7.centos.x86_64/
2)# yum install *.rpm