[stunnel-users] Compiled Stunnel 4.25 with OpenSSL 0.9.8h

Nelgraine pronelgraine at yahoo.com
Mon Sep 22 05:59:04 CEST 2008


Thanks for your reply.

I’ve found out that Solaris 10 machine has default OpenSSL 0.9.7d located in /usr/local/ssl/bin. 

Update OpenSSL 0.9.8h using this command:

../config -fPIC shared no-idea threads

make depend
make
make test
make install

But unfortunately the gcc link to old openssl 0.9.7d.

How to update the link in gcc?

Any help would be greatly appreciated.

Thanks!

Regards,

Nelgraine

--- On Sun, 9/21/08, stunnel-users-request at mirt.net <stunnel-users-request at mirt.net> wrote:

> From: stunnel-users-request at mirt.net <stunnel-users-request at mirt.net>
> Subject: stunnel-users Digest, Vol 50, Issue 15
> To: stunnel-users at mirt.net
> Date: Sunday, September 21, 2008, 6:00 PM
> Send stunnel-users mailing list submissions to
> 	stunnel-users at mirt.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://stunnel.mirt.net/mailman/listinfo/stunnel-users
> or, via email, send a message with subject or body
> 'help' to
> 	stunnel-users-request at mirt.net
> 
> You can reach the person managing the list at
> 	stunnel-users-owner at mirt.net
> 
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of stunnel-users digest..."
> 
> 
> Today's Topics:
> 
>    1. stunnel 4.26 released (Michal Trojnara)
>    2. Re: Compiled Stunnel 4.25 with OpenSSL 0.9.8h
> on	Solaris 10
>       (Michal Trojnara)
>    3. stunnel 4.26 released (Michal Trojnara)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sat, 20 Sep 2008 23:13:50 +0200
> From: Michal Trojnara <Michal.Trojnara at mobi-com.net>
> Subject: [stunnel-users] stunnel 4.26 released
> To: 'stunnel-users at mirt.net'
> <stunnel-users at mirt.net>,
> 	stunnel-announce at mirt.net, openssl-users at openssl.org
> Message-ID:
> <86cf5ffd468849a8dba392b1d3bc6bb3 at mobi-com.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
> 
> Dear Users,
> 
> Version 4.26, 2008.09.20, urgency: MEDIUM:
> * New features
>    - Win32 DLLs for OpenSSL 0.9.8i.
>    - /etc/hosts.allow and /etc/hosts.deny no longer need to
> be copied to 
> the chrooted directory, as the libwrap processes are no
> longer 
> chrooted.
>    - A more informative error messages for invalid port
> number specified 
> in stunnel.conf file.
>    - Support for Microsoft Visual C++ 9.0 Express Edition.
> * Bugfixes
>    - Killing all libwrap processes at stunnel shutdown
> fixed.
>    - A minor bug in stunnel.init sample SysV startup file
> fixed.
> 
> Home page/download: http://stunnel.mirt.net/
> 
> sha1sum for stunnel-4.24.tar.gz file:
> 1c9f5dd6b21f354c356cd9100899a90a83068c68
> 
> Best regards,
> 	Mike
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Sun, 21 Sep 2008 00:13:07 +0200
> From: Michal Trojnara <Michal.Trojnara at mobi-com.net>
> Subject: Re: [stunnel-users] Compiled Stunnel 4.25 with
> OpenSSL 0.9.8h
> 	on	Solaris 10
> To: 'stunnel-users at mirt.net'
> <stunnel-users at mirt.net>
> Message-ID:
> <6cb62b05bc25b1da1f8992ceadb133d4 at mobi-com.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
> 
> On 2008-09-19, at 04:36, Nelgraine wrote:
> > Undefined                       first referenced
> > symbol                             in file
> > BIO_set_flags                       protocol.o
> > SSL_CTX_set_info_callback           ctx.o
> > ld: fatal: Symbol referencing errors. No output
> written to stunnel
> 
> Is it possible that your system has more than one copy of
> the OpenSSL 
> libraries?
> Maybe gcc tries to link against the old ones instead of the
> new ones?
> 
> > 1. Should I need to upgrade OpenSSL 0.9.8h into
> OpenSSL 0.9.8i?
> 
> I don't think this could cause your problem.
> 
> > 2. I have installed openssl 0.9.8h on Solaris 10 and
> created several 
> > ca certificates.
> >    - If I will upgrade OpenSSL 0.9.8h into OpenSSL
> 0.9.8i, should I 
> > also recreate ca certificates?
> 
> No, you don't have to recreate your certificates.
> 
> Best regards,
> 	Mike
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Sat, 20 Sep 2008 23:13:50 +0200
> From: Michal Trojnara <Michal.Trojnara at mobi-com.net>
> Subject: [stunnel-users] stunnel 4.26 released
> To: 'stunnel-users at mirt.net'
> <stunnel-users at mirt.net>,
> 	stunnel-announce at mirt.net, openssl-users at openssl.org
> Message-ID:
> <86cf5ffd468849a8dba392b1d3bc6bb3 at mobi-com.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
> 
> Dear Users,
> 
> Version 4.26, 2008.09.20, urgency: MEDIUM:
> * New features
>    - Win32 DLLs for OpenSSL 0.9.8i.
>    - /etc/hosts.allow and /etc/hosts.deny no longer need to
> be copied to 
> the chrooted directory, as the libwrap processes are no
> longer 
> chrooted.
>    - A more informative error messages for invalid port
> number specified 
> in stunnel.conf file.
>    - Support for Microsoft Visual C++ 9.0 Express Edition.
> * Bugfixes
>    - Killing all libwrap processes at stunnel shutdown
> fixed.
>    - A minor bug in stunnel.init sample SysV startup file
> fixed.
> 
> Home page/download: http://stunnel.mirt.net/
> 
> sha1sum for stunnel-4.24.tar.gz file:
> 1c9f5dd6b21f354c356cd9100899a90a83068c68
> 
> Best regards,
> 	Mike
> 
> ______________________________________________________________________
> OpenSSL Project                                
> http://www.openssl.org
> User Support Mailing List                   
> openssl-users at openssl.org
> Automated List Manager                          
> majordomo at openssl.org
> 
> 
> ------------------------------
> 
> _______________________________________________
> stunnel-users mailing list
> stunnel-users at mirt.net
> http://stunnel.mirt.net/mailman/listinfo/stunnel-users
> 
> 
> End of stunnel-users Digest, Vol 50, Issue 15
> *********************************************


      



More information about the stunnel-users mailing list