EVP_CIPHER_CTX_init results in libcrypto not found


#1 commandline-be

Dear,

Attempting to compile nxlog-ce on Arch Linux i hit a snag.

./configure results in checking for openssl/evp.h... yes checking for EVP_CIPHER_CTX_init in -lcrypto... no configure: error: libcrypto not found

-- the configure: error is generated on

#define HAVE_LIBCRYPTO 1 _ACEOF

LIBS="-lcrypto $LIBS"

else as_fn_error $? "libcrypto not found" "$LINENO" 5 fi

I doubt if i want to modify ./configure to skip this. What can i do to fix this ?

lib is installed

/usr/lib/libressl/libcrypto.so /usr/lib/libressl/libcrypto.so.46 /usr/lib/libressl/libcrypto.so.46.0.1 /usr/lib/libressl/pkgconfig/libcrypto.pc /usr/lib/libcryptopp.so /usr/lib/libcryptopp.so.8 /usr/lib/libcryptopp.so.8.2.0 /usr/lib/libcrypto.so /usr/lib/libcrypto.so.1.1

Br,

Joris

#2 IrateAdmin
#1 commandline-be
Dear, Attempting to compile nxlog-ce on Arch Linux i hit a snag. ./configure results in checking for openssl/evp.h... yes checking for EVP_CIPHER_CTX_init in -lcrypto... no configure: error: libcrypto not found -- the configure: error is generated on #define HAVE_LIBCRYPTO 1 _ACEOF LIBS="-lcrypto $LIBS" else as_fn_error $? "libcrypto not found" "$LINENO" 5 fi I doubt if i want to modify ./configure to skip this. What can i do to fix this ? lib is installed /usr/lib/libressl/libcrypto.so /usr/lib/libressl/libcrypto.so.46 /usr/lib/libressl/libcrypto.so.46.0.1 /usr/lib/libressl/pkgconfig/libcrypto.pc /usr/lib/libcryptopp.so /usr/lib/libcryptopp.so.8 /usr/lib/libcryptopp.so.8.2.0 /usr/lib/libcrypto.so /usr/lib/libcrypto.so.1.1 Br, Joris

I am having this same issue with CentOS 8.