+1 Downloaded client package and checked the ODBC client with readelf readelf -d *.so | grep ssl 0x0000000000000001 (NEEDED) Shared library: [libssl.so.10] 0x0000000000000001 (NEEDED) Shared library: [libssl.so.10]
When we send this to the incubator community maybe the link to download location can be fixed? It did not work for me, I think because RC1 wraps to the next line (sorry, very minor nit). Release artifacts are: > https://dist.apache.org/repos/dist/dev/incubator/trafodion/trafodion-2.0.1 > -RC1 Thanks Suresh On Tue, Jun 7, 2016 at 5:27 PM, Hans Zeller <[email protected]> wrote: > +1 > > Downloaded client package and did a quick validation (using ldd and nm) > that it loads with the libssl and liblber DLLs and that things > like RSA_private_decrypt, RSA_public_encrypt are not part of the artifact. > > Hans > > On Tue, Jun 7, 2016 at 11:34 AM, Steve Varnau <[email protected]> > wrote: > > > This is a call to vote on the patch release 2.0.1-incubating. Once the > > community approves a release candidate, a similar vote will be taken in > > the Apache Incubator community. > > > > Changes since 2.0.0: > > [TRAFODION-2024] Openssl libraries (ssl & crypto) are linked > > dynamically > > [TRAFODION-2023] Clarify license text; Also small mods to instructions > > on running RAT > > Bump release version number to 2.0.1; Also backported a one line > change > > to a test expecting specific release number > > > > These changes will allow us to provide convenience binaries for clients > > package as well as server & installer. To make sure that OpenSSL > libraries > > are not bundled, the binary artifacts were built on machine that did not > > have openssl-static package installed. > > > > The tag for this candidate is "2.0.1rc1". Git repository: > > git://git.apache.org/incubator-trafodion.git > > > https://git-wip-us.apache.org/repos/asf?p=incubator-trafodion.git;a=tag;h= > > 7f4add54e46bb5395069e2b77bcdfa4024efc006 > > > > Release artifacts are: > > > https://dist.apache.org/repos/dist/dev/incubator/trafodion/trafodion-2.0.1 > > -RC1 > > Artifacts are signed with my key (7F14AF20), which is in > > https://dist.apache.org/repos/dist/release/incubator/trafodion/KEYS > > > > Instructions: > > Setting up build environment: > > > https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environ > > ment > > Building: > > https://cwiki.apache.org/confluence/display/TRAFODION/Build+Source > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > > Vote will be open for at least 72 hours, unless cancelled. > > > > --Steve > > >
