cliserver icon indicating copy to clipboard operation
cliserver copied to clipboard

A sample libevent-based network socket server that presents a simple command line interface to multiple connecting clients.

Results 3 cliserver issues
Sort by recently updated
recently updated
newest added

libevent-2.0.22 is ok, but version newer will core dump

Refer to https://github.com/libevent/libevent/issues/565

My centos has installed libevent1.4: libevent-1.4.so.2 => /usr/lib64/libevent-1.4.so.2 But when i try to run cliserver, it output the above error. Why does it tried to search libevent2.0?