checking libuv install dir... yes, shared checking GNU MP install dir... yes, shared checking for __gmp_version in -lgmp... yes checking for uv_version in -luv... no configure: error: Unable to load libuv ERROR: `/tmp/pear/temp/cassandra/configure' failed
libuv was insalled using #apt-get install libuv0.10
This issue relates to and how the deb packages are currently being produced. Previous versions of Debian and Ubuntu only offered a development libuv v0.10.x under the package name libuv-dev so we created deb packages for libuv v1.x (current package created is v1.10.0 as we wanted hostname resolution part of the PHP driver releases.
As a workaround you could install the deb packages linked above for v1.10.0 and re-run your pecl install command.
Trying to
# pecl install cassandra
I get
checking libuv install dir... yes, shared
checking GNU MP install dir... yes, shared
checking for __gmp_version in -lgmp... yes
checking for uv_version in -luv... no
configure: error: Unable to load libuv
ERROR: `/tmp/pear/temp/cassandra/configure' failed
libuv was insalled using
#apt-get install libuv0.10