Connie Wu wrote: > I have download the openssl. I can not compile any file that in the > demos directory since can not find libssl.a and libcrypto.a. Do you > know where or how to get those library files?
After unpacking, you'll first have to ./configure openssl, then make and make install it. Then you'll find these libraries in the lib subdirectory of your ssl install directory (you can set this directory with the --prefix option of ./configure) Best Regards, David Maurus ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
