[[EMAIL PROTECTED] - Sun Sep  1 19:01:48 2002]:

> In compiling MySql-4.0.2-alpha, I get the following error messages
> related to OpenSSL shown below.
> 
> Using STRINGS to check the differences between OpenSSL-0.9.6a and
> OpenSSL-0.9.7-beta3 shows "OpenSSL_add_all_algorithms" in 0.9.6a but
>    not
> in 0.9.7-beta3:

Your method of testing for the presence of OpenSSL_add_all_algorithms()
is incomplete.

Starting with 0.9.7, OpenSSL_add_all_algorithms() is no longer
available as a function but as a macro, that is defined in
openssl/evp.h.
If your compilation fails with OpenSSL_add_all_algorithms() being
flagged as an unresolved symbol, it means that either openssl/evp.h
is not included when using the function call or that the version of
the header files does not match your library.

Best regards,
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to