HPUX and Net::SSLeay

Kevin Buettner kev@primenet.com
Fri, 8 Dec 2000 17:50:20 -0700


On Dec 8,  5:21pm, Don Harrop wrote:

> I changed it in the SSLeay makefile.  I keep assuming that my problem is
> with SSLeay because i compiled OpenSSH just fine.  It uses the openssl
> libraries to link against too doesn't it?  It installed just fine..  No
> linker errors at all.  I've made a couple of changes and it still bombs
> out in the same place but with a different error.
> 
> ld: Invalid loader fixup in text space needed in output file for symbol
> "$005C0032" in input file "/use/local/ssl/lib/libssl.a(ssl_lib.o)"

I'm kind of wondering if you should be trying to use libssl.a at all
on this platform.  Unfortunately, I've forgotten what the suffix
is that you should be using.  (Are there .so files on HPUX?)

My very hazy recollection from dealing with hpux boxes in the past is
that you need a very different set of linker flags to create a shared
object on HPUX.

Kevin