Solaris 10 x86 - SSL Handshake

Todd Barbera todd_barbera at wgbh.org
Fri Nov 4 00:16:59 CET 2005


Interestingly enough, the libraries are from /usr/sfw/lib and not
/usr/local/ssl/lib. I tried changing my crle patch to have
/usr/local/ssl/lib ahead of /usr/sfw/lib and then recompiled but it still
pulled in the /usr/sfw/lib libraries! I set the LDFLAGS, recompile, and it
works! Thanks!

 

Todd

 

-----Original Message-----
From: nagios-users-admin at lists.sourceforge.net
[mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Ludwig Pummer
Sent: Thursday, November 03, 2005 6:00 PM
To: Todd Barbera; nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] Solaris 10 x86 - SSL Handshake

 

Did you run ldd on the final nrpe/check_nrpe binaries to verify they were in
fact linked to the right libraries? The configure script's usage of the
--with-ssl-lib and --with-ssl-inc options are a little unusual. I used
runtime link paths so my configure line was something like:

 

LDFLAGS="-Wl,-R/usr/local/ssl/lib" ./configure
--with-ssl-lib=/usr/local/ssl/lib --with-ssl-inc=/usr/local/ssl

 

 


  _____  


From: nagios-users-admin at lists.sourceforge.net
[mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Todd Barbera
Sent: Thursday, November 03, 2005 2:54 PM
To: nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] Solaris 10 x86 - SSL Handshake

Hi Mark,

 

Which libraries? OpenSSL? When I compiled, I used
-with-ssl-lib=/usr/local/ssl/lib. I've tried compiling with OpenSSL 0.9.7d
and 0.9.8. No luck on either. Could you elaborate a bit more? Thanks.

 

Todd 

 

-----Original Message-----
From: nagios-users-admin at lists.sourceforge.net
[mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Mark Limburg
Sent: Thursday, November 03, 2005 5:48 PM
To: nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] Solaris 10 x86 - SSL Handshake

 

Aye, I've seen the same.

I ended up compiling both without SSL and it worked, so I went back to
looking at the libraries.  Recompile, and linked, and it worked.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051103/e0c0eb0d/attachment.html>


More information about the Users mailing list