pecl install fails on debian jessy

Description

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

Environment

Debian Jessy

Pull Requests

None

Activity

Show:

Michael Fero 
July 13, 2017 at 12:52 PM

Thank you for creating the JIRA ticket.

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.

Details

Assignee

Reporter

Labels

Affects versions

Priority

Created July 13, 2017 at 6:52 AM
Updated July 13, 2017 at 12:52 PM