# Libevent client conflicts with C client

**URL:** https://discuss.aerospike.com/t/libevent-client-conflicts-with-c-client/1968
**Category:** Libevent Client
**Created:** [October 7, 2015, 5:03pm UTC](https://discuss.aerospike.com/t/libevent-client-conflicts-with-c-client/1968 "2015-10-07T17:03:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![max\_romanov](https://avatars.discourse-cdn.com/v4/letter/m/d78d45/32.png) [@max\_romanov](https://discuss.aerospike.com/u/max_romanov)
#### Post date: [October 7, 2015, 5:03pm UTC](https://discuss.aerospike.com/t/libevent-client-conflicts-with-c-client/1968/1 "2015-10-07T17:03:37Z")

</div>

Aerospike Libevent client installs 3 header files with same name as C client - citrusleaf/cf\_atomic.h, citrusleaf/cf\_clock.h and citrusleaf/cf\_queue.h . So, it is impossible to have both developer client libraries installed on same box.

Suggest to move listed files to citrusleaf\_event2 directory ([proposed patch](https://drive.google.com/file/d/0B74qp2E0AM7fc2VJZmcwbmItR3c/view?usp=sharing)).
