Siddhartha Kasivajhula wrote: > 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.
Solaris 10 comes with OpenSSL and gcc in the /usr/sfw directory. You may be having problems by mixing your version of OpenSSL with the one provided by Sun. We use the Sun gcc, that calls the Solaris /usr/ccs/bin/ld. (We have always used the Solaris ld on Solaris 7, 8, 9 too.) Never had any problems building OpenSSL 0.9.7 or 0.9.8 When you did the OpenSSL configure, did you specify shared? > > Thanks, > Sid > > > On 8/21/07, *Andreas Jellinghaus* <[EMAIL PROTECTED] > <mailto:[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 -- Douglas E. Engert <[EMAIL PROTECTED]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
