|
|
On Wed, 22 Sep 2004, David Ambs wrote: > I'vm having problems compiling OpenVPN for a Solaris 9 client. I've got > openssl and lzo compiled with no problems. During the OpenVPN configure, > it's giving the following error: > > checking for lzo1x_1_15_compress in -llzo... yes > configure: checking for OpenSSL Crypto Library and Header files... > checking openssl/evp.h usability... yes > checking openssl/evp.h presence... yes > checking for openssl/evp.h... yes > checking for EVP_CIPHER_CTX_init in -lcrypto... no > configure: error: OpenSSL Crypto library not found. > bash-2.05# > > I'm not sure what the EVP_CIPHER_CTX is. I've googled and searched through > the archives and haven't found anything of use. I'm not an openssl expert > either, and don't know if that is important or not.. Anyone else know? Basically you need to tell gcc how to find the OpenSSL library. Try setting the LD_LIBRARY_PATH environmental variable before you run ./configure James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |