Probably this is an issue of configuration script. The engine/Makefile
cannot handle dynamic libraries with HP's .sl extension. In the
makefile, on the "library:" section, there is even a note reading:

# XXXXX This currently only works on systems that use .so as suffix
# for shared libraries as well as for Cygwin which uses the
# dlfcn_name_converter and therefore stores the engines with .so suffix,
too.

The libraries are created with .sl suffix. Manually fixing the makefile
(replacing .so with .sl) solves the problem, but it would be best to
have the configure scripts fixed :-)





______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to