On Thu, Feb 15, 2001 at 12:35:52PM -0700, BLOCK,RYAN (HP-PaloAlto,ex1) wrote:
> I am trying to install the Crypt:SSLeay module on an HPUX 10.20 system, and
> am having trouble with it.  Is this module even able to run on HPUX?  Here
> is the error that I am receiving.
> 
> ======================
> Writing Makefile for Crypt::SSLeay
> # make test
>         /opt/ansic/bin/cc -c -I/usr/local/ssl/include -D_HPUX_SOURCE -Aa -O
> -DVERSION=\"0.22\"  -DXS_VERSION=\"0.22\
> " +z -I/opt/perl5.004/lib/PA-RISC1.1/5.004/CORE  SSLeay.c
> Running Mkbootstrap for Crypt::SSLeay ()
>         chmod 644 SSLeay.bs
>         LD_RUN_PATH="/usr/local/ssl/lib" ld -o
> ./blib/arch/auto/Crypt/SSLeay/SSLeay.sl  -b -L/usr/local/lib SSLeay.o
> -L/usr/local/ssl/lib -lssl -lcrypto
> ld: (Warning) At least one PA 2.0 object file (SSLeay.o) was detected. The
> linked output may not run on a PA 1.x system.
> 
> ld: Invalid loader fixup for symbol "$002B0009".
> *** Error exit code 1

Please check out whether you have OpenSSL with shared libraries. You cannot
create a shared library (SSLeay.sl) with references to a statically linked
library.
There is a script in the shlib/ directory to build OpenSSL with shared
libraries on HP-UX.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to