重新执行keepalived的编译安装 如果出现 OpenSSL EVP libraries are required 则在安装命令前加上LDFLAGS="$LDFAGS -L /usr/local/openssl/lib" 完整命令如下 LDFLAGS="$LDFAGS -L /usr/local/openssl/lib" ./configure --prefix=/usr/local/keepalived make && make install 1|02.配置keepalived 创建目录 mkdir...
checking for EVP_DigestInit_ex in -lcrypto... no configure: error: OpenSSL EVP libraries are required i.e. the same as you without the--existserror. The error above is saying that the crypto library is not available, which again means that there is no static version of the crypto libra...
AC_MSG_ERROR([OpenSSL EVP libraries are required]) fi ], [$EXTRA_LIBS]) if test $NEED_EVP = yes; then add_to_var([KA_LIBS], [$LIBS]) AC_CHECK_LIB(crypto, EVP_MD_CTX_new, [], [ AC_DEFINE([EVP_MD_CTX_new()], [EVP_MD_CTX_create()], [Named changed in OpenSS...