Siddhartha Kasivajhula wrote:

> 
> Yes, this is a Solaris box, and I could probably get some support for 
> it. I'll try to install openssl with dynamic loading support (I guess I 
> can find info about this in the openssl documentation?) and see if the 
> problem goes away.
> 
> 

What version of Solaris? Solaris 10 has openssl in /usr/sfw/bin and the libs
in /usr/sfw/lib.

Although on my system it is OpenSSL 0.9.7d 17 Mar 2004 (+ security patches to 
2006-09-29)

The loader may be loading the wrong versions of the  libcrypto.so or libssl.so
from this location. Especially if the openssl (or you application) was linked
with -R /usr/sfw/lib

You said you tried ldd and had some missing entries, but you did not include
any output.

You may want to set the LD_LIBRARY_PATH to point to your lib directory with
your versions of the libcrypto.so and  libssl.so

do a "man ld.so.1" look at the LD_DEBUG and LD_DEBUG_OUTPUT that might help 
determine
what is going on.

If all else fails then the Solaris truss command might help, as it too can show 
what
libs are being loaded from where.





> ------------------------------------------------------------------------
> 
> _______________________________________________
> opensc-devel mailing list
> opensc-devel@lists.opensc-project.org
> 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
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to