-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Description
I tried building version 3.3.6 with PCRE2 integration. The newly added CMakefile works well on Debian 13 with default switches.
However, it didn't work on CentOS Stream 10. The error message was reported as below.
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBEV
LIBMBEDCRYPTO
LIBMBEDTLS
LIBPCRE2
LIBSODIUM
LIBUDNS
...
CMake Generate step failed. Build files cannot be regenerated correctly.
I checked the libev-devel rpm package and found that it does not provide libev.a. That is different from correpsonding Debian package.
The workaround I found is to set WITH_STATIC=OFF.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels