Hi Tom, Thanks for the reply. I did try building cpp-driver 2.14 and changed the script to point to "/root/cpp-driver-2.14.1" but still getting the same error. Does the build location of cpp-driver matter if its not within cassandra install location ?
checking HMAC functions returning ints... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking for Cassandra CQL headers and library... no configure: error: Needs Cassandra CQL library Thanks, Ram On Thu, Jan 9, 2020 at 12:28 PM Dajka Tamás <[email protected]> wrote: > Hi, > > > > I faced the same issue, but downloaded the DataStax cpp-driver as > mentioned in the guide. After downloading from source ( > https://github.com/datastax/cpp-driver/releases), I’ve built it, > installed it, than the configure run ok for KEA. > > > > However I cannot get it work with KEA 1.7.2 or latest L See my previous > email (I’m still debugging why the GET_VERSION is running to timeout upon > execution) > > > > Building cpp-dirver: > > > > cd SOURCE > > mkdir build && cd build > > ccmake .. > > make && make install > > > > Hope this helps! > > > > Cheers, > > > > Tom > > > > *From:* Kea-users [mailto:[email protected]] *On Behalf Of *ram > tester > *Sent:* Thursday, January 9, 2020 6:10 PM > *To:* [email protected] > *Subject:* [Kea-users] kea 1.5 cassandra 3.10 install > > > > Hi, > > I'm trying to get a setup running with the following specs, > > centos 7.5 > kea 1.5 > cassandra 3.11 > > > https://downloads.isc.org/isc/kea/1.5.0/doc/kea-guide.html#idm45914471238032 > > was able to install the required dependencies, packages as per kea > installation guide. But stuck at the configure stage while trying to enable > kea with cql support. > > "configure: error: Needs Cassandra CQL library" > > ./configure --with-boost-include=/usr/include/boost169 > --with-boost-lib-dir=/usr/lib64/boost169/ > --with-cql=/root/kea-1.5.0/tools/cql_config_defines.sh > > defines.sh points to the cpp-driver location. > > Not sure if im missing any of the steps. > > > > Thanks, > > Ram >
_______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
