How can I generate a loadable library module libssl.so of openssl-0.9.8g
on a Mac OS X 10.4.11 PPC server?

All these commands successfully finished.  However, I got libssl.a and
libssl.dylib but did not get libssl.so.  I made a symbolic link from
libssl.dylib to libssl.so.  Unfortunately, apache web server daemon
could not start if loading libssl.dylib is specified.  How can I fix
this problem?

I ran into this myself last might.  My workaround was two more makes:
  make libcrypto.0.9.8.dylib
  make libssl.0.9.8.dylib
and them copy them to /usr/local/lib.  Then hand make the symlinks.

Larry

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

Reply via email to