On Thu, Sep 14, 2000, code guru wrote:
> [...]
> DP relative code in file /isocor/newopenssl/openssl-0.9.5a/libssl.a(s2_srvr.
> o) - shared library must be position
> independent. Use +z or +Z to recompile.
> *** Error exit code 1
>
> have i done something wrong somewhere ...
> what is the meaning of use +z to recompile
The above means that OpenSSL needs to be built as Position Independent
Code (PIC), too. For this OpenSSL has to be built with CFLAGS including
"+z".
> bcoz i am building mod ssl as a DSO do i need to configure OpenSSl using
> -fPIC option
Yes, except that -fPIC is the GCC option. If you are not
using GCC and instead the HPUX compiler, you have to use +z.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]