Re: [openssl-users] The evolution of the 'master' branch

2015-02-07 Thread Michael Felt
>From someone who does NOT understand the in's and out's of what people (developers and users) have been using openSSL for. My first reaction is: have developers been using openSSL, or has it gone to abusing it? For the sake of argument - let's say just use as it has always been intended. Many tec

Re: [EXTERNAL] howto get a .so.X.Y.Z file rather than indivdual .o files in a libSOMETHING.a

2014-08-05 Thread Michael Felt
I understand how to make the archive - but not how to get an archive to search in another library instead of searching in a directory. On Tue, Aug 5, 2014 at 1:01 PM, Michael Felt wrote: > The error message: > > exec(): 0509-036 Cannot load program wget because of the following error

Re: [EXTERNAL] howto get a .so.X.Y.Z file rather than indivdual .o files in a libSOMETHING.a

2014-08-05 Thread Michael Felt
The error message: exec(): 0509-036 Cannot load program wget because of the following errors: *0509-022 Cannot load module /usr/lib/libssl.a(libssl.so.0.* *9.8).* 0509-150 Dependent module libcrypto.so could not be loaded. 0509-022 Cannot load module libcrypto.so.

Re: [EXTERNAL] howto get a .so.X.Y.Z file rather than indivdual .o files in a libSOMETHING.a

2014-08-05 Thread Michael Felt
Thanks - I found the hint in INSTALL on howto create the shared files. What I have not figured out is how to make openssl want them to be libssl.a(member) and libcrypto.a(member). Here is where I am atm: I was able to create libssl.so.0.9.8 and libcrypto.so.0.9.8 The traditional packaging on AIX