[Kea-users] Building Kea 1.3 with Cassandra support

Kevin Joseph Monchamp kevin at monchamp.net
Mon Nov 27 21:55:58 UTC 2017


Yes git clone today of https://github.com/datastax/cpp-driver


Did not have any issues building the Datastax driver.

Output from cql_config below:


cql_config --version

2.8.0


cql_config --includedir
/tmp/cpp-driver/include/

cql_config --libdir
/tmp/cpp-driver/build/

I have libcassandra.so in the build dir, and cassandra.h in include.




________________________________
From: Razvan Becheriu <razvan.becheriu at qualitance.com>
Sent: Monday, November 27, 2017 4:46 PM
To: Kevin Joseph Monchamp; kea-users at lists.isc.org
Subject: Re: [Kea-users] Building Kea 1.3 with Cassandra support

hi

what version of cpp driver are you using?
do you make a git clone from the datastax repository?
the older versions of the cpp driver are not compiled with c++11 and because of this, it has a different ABI than the kea which is compiled with c++11

regards,
Razvan


Sent from my BlackBerry 10 smartphone on the Orange network.
From: Kevin Joseph Monchamp
Sent: Monday, November 27, 2017 23:37
To: kea-users at lists.isc.org
Subject: [Kea-users] Building Kea 1.3 with Cassandra support



Has anyone been able to build Kea with Cassandra support recently?

I was following the docs , was able to build the cassandra driver, updated the scripts in tools to point to the build location. Checked the directories with cql_config and they appear to go to the correct directories with the headers and lib files.

Keep getting the following when trying to configure:

checking for Cassandra CQL headers and library... no
configure: error: Needs Cassandra CQL library

Anything I might be missing? Not sure if it might be an issue with the newer cassandra driver? I am able to build Kea on it's own.

Building on Debian 9 with clang 3.8.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20171127/85e1002f/attachment.htm>


More information about the Kea-users mailing list