On Tue, Dec 19, 2000 at 02:37:08PM +0100, Hampus S?derstr?m wrote:
> I have a working SSL installation on a HP machine.
> 
> When I try to install the perl module Net::SSLeay i get the following error:
> 
> 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.

Ignore this warning. It says, that the software will only run on PA8000 or
later processors. You only need to care if you have older machines around
(roughly said <=1996) and you want to run the executable on these machines.

> ld: Invalid loader fixup in text space needed in output file for symbol "$005C0032" 
>in input file "/usr/local/ssl/lib/libssl.a(ssl_lib.o)"

I never touched Net::SSLeay, but I would guess that you are trying to
convert items from a static library -- that were not compiled with "+Z"
(would be -fPIC for gcc) and hence are not relocatable -- into a shared library.

That is not possible. In this case you must recompile the OpenSSL libraries
with the appropriate flag set.

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