Re: [openssl-dev] version script

2016-02-08 Thread Matt Caswell
On 08/02/16 13:41, Catalin Vasile wrote: > I'm trying to compile a custom OpenSSL library to work with nginx. > nginx requires that the SSL library have version data included in the .so > files, so I'm using this patch[1] for this. > The problem is that if I set the library versiont to 1.0.1

[openssl-dev] version script

2016-02-08 Thread Catalin Vasile
I'm trying to compile a custom OpenSSL library to work with nginx. nginx requires that the SSL library have version data included in the .so files, so I'm using this patch[1] for this. The problem is that if I set the library versiont to 1.0.1 into that script, when I start nginx or trigger ldd

Re: [openssl-dev] version script

2016-02-08 Thread Kurt Roeckx
On Mon, Feb 08, 2016 at 01:41:10PM +, Catalin Vasile wrote: > I'm trying to compile a custom OpenSSL library to work with nginx. > nginx requires that the SSL library have version data included in the .so > files, so I'm using this patch[1] for this. > The problem is that if I set the library

[openssl-dev] version script patch from Debian

2016-01-21 Thread Tom Kacvinsky
I ran into this problem with the OpenSSL 1.0.1e I built from source on a Debian based system (Ubuntu): libssl.so.1.0.0: no version information available (required by python) Found this page: http://ubuntuforums.org/showthread.php?t=1905963 to work around the issue, but the question is, is the

Re: [openssl-dev] version script patch from Debian

2016-01-21 Thread Matt Caswell
On 21/01/16 16:53, Tom Kacvinsky wrote: > I ran into this problem with the OpenSSL 1.0.1e I built from source on a > Debian based system (Ubuntu): > > libssl.so.1.0.0: no version information available (required by python) > > Found this page: > >

Re: [openssl-dev] version script patch from Debian

2016-01-21 Thread Tom Kacvinsky
On Thu, Jan 21, 2016 at 12:14 PM, Matt Caswell wrote: > > > > On 21/01/16 16:53, Tom Kacvinsky wrote: > > I ran into this problem with the OpenSSL 1.0.1e I built from source on a > > Debian based system (Ubuntu): > > > > libssl.so.1.0.0: no version information available