> *.a are statical libraries. dlsym, dlerror, dlopen and 
> dlclose are calls for POSIX functions to load libraries 
> dynamically (on runtime). Please see the man pages. It makes 
> no sense to use these functions in statically linked libraries ;)
> 
> I think you forget the shared option on configure. The 
> problem is that openssl 0.9.8 loads all engines dynamically 
> and we use engine code. So you need a shared library version 
> of OpenSSL (*.so files).

ok thx it seems to work now.

Regards Til

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to