Open jdoe0000000 opened 4 years ago
These symbols have been part of libevent since 2.1.1.
I have the same issue here (Arch Linux, libevent 2.1.12). I've found that recently Arch stopped providing a static library for libevent (libevent.a), which may explain why the issue is only appearing now. Since these functions are not part of the public API of libevent, they are not exported, and therefore you cannot rely on them being available when linking against the dynamic library (libevent.so). Would it be possible to use public functions instead?
Compiling tunsocks against libevent-2.1.12 fails with the following error messages: