> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of 
> Dan Freed
> Sent: Tuesday, November 07, 2017 19:14
> To: openssl-users@openssl.org
> Subject: [openssl-users] Help compiling on HPUX

> I see that there are a few posts about compiling openssl on HP-UX, so I’m 
> hopeful that someone can help me out.

My initial suspect is the assembly modules. I suggest configuring with no-asm, 
and if that works and you really want the assembly code for performance, then 
investigate further.

Another possibility is optimization. We had issues building OpenSSL for HP-UX 
(PA-RISC and Itanium) with +O4, which is what Configure specifies for at least 
some HP-UX builds. We backed it off to +O1 (by editing Configure; we actually 
use our own Configure script, and merge in changes from the official one each 
time we update to a new OpenSSL release).

-- 
Michael Wojcik 
Distinguished Engineer, Micro Focus 


-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to