You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error is: http-server.c:15:19: fatal error: evhtp.h: No such file or directory
same error for upload-file.c and access-file.c
this is somehow irritating, because configure checks for libevent > 2.0 (is 2.0.19), but this include-file seems to be part of libevhtp, but using this instead leads to compilation-errors of other files.
because I don't know the intention of the includes and don't know, if both libs are compatible/exchangeable, I can't fix this by myself
The text was updated successfully, but these errors were encountered:
[Edited]
Same issue here. The build documentation recommand to use the version 1.1.6 for libevhtp. But even with this version, I doesn't compile, with the issue spotted here : #1082
Solve this problem by installing libevhtp-dev package: sudo apt-get install libevhtp-dev
and then.. sudo cp /usr/local/include/evhtp/*.* /usr/local/include/
error is: http-server.c:15:19: fatal error: evhtp.h: No such file or directory
same error for upload-file.c and access-file.c
this is somehow irritating, because configure checks for libevent > 2.0 (is 2.0.19), but this include-file seems to be part of libevhtp, but using this instead leads to compilation-errors of other files.
because I don't know the intention of the includes and don't know, if both libs are compatible/exchangeable, I can't fix this by myself
The text was updated successfully, but these errors were encountered: