Dean Kimball wrote:
>
> I have recently installed Openssl -0.9.1c on a linux intel box, running
> 2.0.36 red-hat ver5.2.
>
> I have run the config, the dep, the clean, the make, the make test, the make
> install with what appears to be success. When I try to compile any of the
> demos, they give me errors, most like:
> [dean@mail ssl]$ c++ -o cli cli.cpp
[lots of link errors deleted]
You need to link with the OpenSSL libraries, you can do this either by
including the path to libcrypto.a and libssl.a on the command line or if
you've installed them in the library path using the -l argument:
-lcrypto and -lssl.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]