I am trying to install the datastax php driver for Cassandra and when i run the following command:
pecl install ext/package.xml
after checking it out of git i get the following message:
configure: error: Unable to load libcassandra
ERROR: `/tmp/pear/temp/cassandra/configure' failed
Can anyone point me in the right direction in order to successfully install this driver please?
version of cassandra i am using is 2.1.8 so maybe the driver has not been updated to connect to the latest version of cassandra.
This has been resolved there was an issue with the incorrect php.ini not being referenced in phpinfo().