I am trying to build the openssl package as shared libraries (libcrypto.sl
and libssl.sl).  They are needed as a prerequisite to a third party package
that I want to use to add encryption to my CORBA based Smalltalk
application.  Furthermore, I don't have a requirement for authentication,
nor do I want to be liable to RSA, so I added -DNO_RSA to the compile
switches.  Without that switch, everything appears to build correctly, but
when I add that switch, the build process terminates in the middle, before
libssl.a is even created.  Is this normal?  I have included my make file and
a log of the make process output.  I would appreciate any help, especially
is someone is familiar with hpux 11 and can tell me if I have the right
switches set.

Thanks,
Ed Trembicki-Guy

 <<make.log>>  <<Makefile.ssl>> 

make.log

Makefile.ssl

Reply via email to