Operating System - HP-UX
1832857 Members
3448 Online
110047 Solutions
New Discussion

Re: Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

 
SOLVED
Go to solution
macro01
New Member

Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

I am building 0.9.8g on some UNIX/Linux boxes and cannot get past link errors on our HPUX (9000/800). I run ./configure threads shared without any obvious problems. When I run make, there are no problems until it gets to "making all in apps" where it throws this error:
cc: error 1922: "/usr/ccs/bin/ld" terminated with signal 11

I have very little recent HP or UNIX experience, so any help is appreciated.

Thanks...
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

Shalom,

http://software.hp.com

search openssl.

A 32 bit depot, compiled version is there.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor
Solution

Re: Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

>cc: error 1922: "/usr/ccs/bin/ld" terminated with signal 11

What version of C do you have?
If the linker aborts, you could try the latest linker patch: PHSS_37517

http://www.itrc.hp.com/service/patch/search.do?BC=main|&pageOsid=hpux
macro01
New Member

Re: Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

I installed ssl from a depot file but it didn't have shared libraries with 0.9.8 identifiers. I was hoping they would be created if I built it myself with the "shared threads" options. (I can't just rename the files installed from the depot, can I?)

I'll look into applying the patch.

Thanks for the quick responses.
Dennis Handly
Acclaimed Contributor

Re: Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

>I can't just rename the files installed from the depot, can I?

You might be able to?
But if anything, just add a symlink.
macro01
New Member

Re: Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

Installing the ld patch resolved the build problem. Thanks for your help!
macro01
New Member

Re: Building openssl 0.9.8g with aCC on HPUX 11.11 32 bit ld error 1922

I was able to build sll after installing the ld patch.