Reg solaris support for openssl 1.1.1b

2019-03-27 Thread ramakrushna mishra
l, send a message with subject or body 'help' to > openssl-users-requ...@openssl.org > > You can reach the person managing the list at > openssl-users-ow...@openssl.org > > When replying, please edit your Subject line so it is more specific > than &quo

Re: Reg solaris support for openssl 1.1.1b

2019-03-25 Thread Dennis Clarke
On 3/26/19 12:38 AM, ramakrushna mishra wrote: > Hi All, > > > Thanks for your responses.  > I am able to build openssl 1.1.1 on my solaris and able to run "openssl > version". > I followed the same procedure for openssl 1.1.1b and when I run "openssl > version"  seeing the mentioned error. i

Re: Reg solaris support for openssl 1.1.1b

2019-03-25 Thread ramakrushna mishra
gt;> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of openssl-users digest..." >> >> >> Today's Topics: >> >>1. Re: Reg solaris support for openssl 1.1.1b (Jakob Bohm) >>5. Re:

Re: Reg solaris support for openssl 1.1.1b

2019-03-19 Thread Dennis Clarke
On 3/19/19 4:38 AM, ramakrushna mishra wrote: > Hi All, > > Thanks for all your response. > I have tried to set LD_LIBRARY_PATH to the lib path of newly installed > openssl and still "./openssl version" fails with the same reason. > right out of the ld man page we see the option -R passed to the

Re: Reg solaris support for openssl 1.1.1b

2019-03-18 Thread ramakrushna mishra
hen replying, please edit your Subject line so it is more specific > than "Re: Contents of openssl-users digest..." > > > Today's Topics: > >1. Re: Reg solaris support for openssl 1.1.1b (Jakob Bohm) >5. Re: Reg solaris support for openssl 1.1.1b (Dennis Clar

Re: Reg solaris support for openssl 1.1.1b

2019-03-15 Thread Dennis Clarke
On 3/15/19 1:19 PM, Jakob Bohm via openssl-users wrote: > On 15/03/2019 14:33, Dennis Clarke wrote: >> On 3/15/19 5:38 AM, Matthias St. Pierre wrote: >>> My guess is that your binary is loading the system's shared libraries. >>> To find out whether this is the case, try >>> >>> ldd bin/openssl

Re: Reg solaris support for openssl 1.1.1b

2019-03-15 Thread Jakob Bohm via openssl-users
On 15/03/2019 14:33, Dennis Clarke wrote: On 3/15/19 5:38 AM, Matthias St. Pierre wrote: My guess is that your binary is loading the system's shared libraries. To find out whether this is the case, try     ldd bin/openssl If my assumption is correct, you might have to set the LD_LIBRARY_PATH

RE: Reg solaris support for openssl 1.1.1b

2019-03-15 Thread Ludwig, Mark
> From: Dennis Clarke, Friday, March 15, 2019 8:33 AM > > On 3/15/19 5:38 AM, Matthias St. Pierre wrote: > > My guess is that your binary is loading the system's shared libraries. > > To find out whether this is the case, try > > > >     ldd bin/openssl > > > > If my assumption is correct, you mig

Re: Reg solaris support for openssl 1.1.1b

2019-03-15 Thread Dennis Clarke
On 3/15/19 5:38 AM, Matthias St. Pierre wrote: > My guess is that your binary is loading the system's shared libraries. > To find out whether this is the case, try > >     ldd bin/openssl > > If my assumption is correct, you might have to set the LD_LIBRARY_PATH > explicitely. Actually LD_LIBRAR

Re: Reg solaris support for openssl 1.1.1b

2019-03-15 Thread Matthias St. Pierre
My guess is that your binary is loading the system's shared libraries. To find out whether this is the case, try     ldd bin/openssl If my assumption is correct, you might have to set the LD_LIBRARY_PATH explicitely. HTH, Matthias On 15.03.19 09:43, ramakrushna mishra wrote: Hi, I am tryin

Re: Reg solaris support for openssl 1.1.1b

2019-03-15 Thread ramakrushna mishra
Hi, I am trying to upgrade openssl on solaris machine from 1.1.0e to 1.1.1b. The "uname -a " output from solaris is : > SunOS 5.10 Generic_147147-26 sun4v sparc sun4v > The Configure and installation of openssl was successful. But when i run "bin/openssl version" it fails with following error.