|
|
> I've been trying to write a script to install > OpenVPN (openvpn-2.0_beta11) from source on > a whole suite of Unix OSes. Solaris is my last > big hurdle. configure gives the following error message: > > checking for vsnprintf... 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. David Ambs wrote about a similar problem on September 22nd. He fixed it by specifing --with-ssl-lib and --with-ssl-header and pointing them to the right location. You need to find the file called libcrypto.so and point --with-ssl-lib to that directory. On the same day fxper wrote about the same problem. He fixed it with --with-ssl-headers=/usr/local/ssl/include/ Jean-Pierre -- Powered by Linux From Scratch - http://schwicky.net/ PGP Key ID: 0xEE6F49B4 - AIM/Jabber: Schwicky - ICQ: 4690141 Nothing is impossible... Everything is relative! ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |