On Sat, Mar 08, 2003 at 06:55:41PM -0500, Adolfo Santiago wrote: > The libnasl compile is ending with the following error: > > nasl_crypto.o: In function `nasl_hmac_md2': > /tmp/libnasl/nasl/nasl_crypto.c:223: undefined reference to `EVP_md2' ... > What am I missing??
Either there's a problem with the installation of the include files for OpenSSL or your OpenSSL doesn't support the MD2 cipher. What does "nessus-config --cflags" report? In one of those directories for includes, is there an ssl.h file? If not, where do you have OpenSSL include files installed? If yes, is there also an evp.h? If there no evp.h, which version of OpenSSL do you have? If there is, did you compile it to exclude MD2 cipher (ie, ./config no-md2)? is an evp.h George -- [EMAIL PROTECTED]
pgp00000.pgp
Description: PGP signature
