Re: Stunnel on Solaris 10 (SPARC)
- From: "Randal T. Rioux" <randy@xxxxxxxxxxxxxxx>
- Date: Mon, 06 Feb 2006 19:39:46 -0500
Mike Delaney wrote:
On Mon, 06 Feb 2006 16:38:35 -0500, Randal T. Rioux said something similar to:
:
: OpenSSL 0.9.7i or 0.9.8a
: Stunnel 4.15 or 4.14
: Any combo of versions...
:
: Stunnel will not make. I am using Stunnel because PostgreSQL will not
: compile with SSL support (tips for that?). Please see the info below.
: Any help is greatly appreciated! Thanks - Randy
:
: The 'make' error:
[snip]
: ld: warning: file /usr/local/ssl/lib/libssl.a(s3_clnt.o): wrong ELF
: class: ELFCLASS64
: ld: warning: file /usr/local/ssl/lib/libcrypto.a(mem.o): wrong ELF
: class: ELFCLASS64
Your libssl and libcrypto were complied 64-bit, and you're
trying to link them with 32-bit code. That doesn't work.
I suspect PostgreSQL isn't building against these libraries for
the same reason.
Is there a particular reason you're not using the OpenSSL installation
shipped with Solaris?
That was it! Nice catch - with all the 32-64 bit work I've been doing
I'm disappointed I didn't see that line.
It (Stunnel) compiled cleanly with this configure line:
CC="gcc -m64" ./configure --disable-libwrap
As for the OpenSSL package installed with Solaris, it doesn't support
AES192 (it is strength-crippled) and out of habit and paranoia that is
what I use.
Thanks for your help!
Randy
.
- Follow-Ups:
- Re: Stunnel on Solaris 10 (SPARC)
- From: Casper H . S . Dik
- Re: Stunnel on Solaris 10 (SPARC)
- From: Mike Delaney
- Re: Stunnel on Solaris 10 (SPARC)
- References:
- Stunnel on Solaris 10 (SPARC)
- From: Randal T. Rioux
- Re: Stunnel on Solaris 10 (SPARC)
- From: Mike Delaney
- Stunnel on Solaris 10 (SPARC)
- Prev by Date: Re: How to Custom Jumpstart with GRUB?
- Next by Date: Re: Disk Suite (SVM) unmirror issue
- Previous by thread: Re: Stunnel on Solaris 10 (SPARC)
- Next by thread: Re: Stunnel on Solaris 10 (SPARC)
- Index(es):
Relevant Pages
|