On 1/23/08, Bobby Krupczak <[EMAIL PROTECTED]> wrote:
> Hi!
> Static linking does not seem appropriate as I cant get my app to
> statically link against libssl/libcrypto (I get lots of undefined
> symbol errors) and statically linking tends to not work well across
> platforms that have different versions of underlying libraries.
>

That seems strange, why would linking against libssl.a/libcrypto.a
give problems? What unresolved symbols do you get? You could still
link dynamically against system libraries while using
libssl.a/libcrypto.a (atleast i think so).

-jb
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to