Hi all, I fixed the problem by building and using GNU ld to build OpenSSL instead of the default version of ld installed on Solaris. This compiled the .so libraries, but there were still some things missing from the libraries, it seemed, so I did not use them (for example, the symbol 'RSA_generate_key' was missing, which is required for generating certificates with engine_pkcs11). This is just FYI.
Thanks, Sid On 8/21/07, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: > > On Tuesday 21 August 2007 03:55:56 Siddhartha Kasivajhula wrote: > > I still have the problem that when I compile OpenSSL, it creates the > static > > libraries libcrypto.a and libssl.a, but does not create the dynamic > > libraries .so.0.9.8 > > can you try the openssl user mailing list? I don't know openssl that well, > but people there might be able to help! > > Regards, Andreas >
_______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
