[ 
https://issues.apache.org/jira/browse/TRAFODION-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315281#comment-15315281
 ] 

ASF GitHub Bot commented on TRAFODION-2024:
-------------------------------------------

GitHub user hegdean opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/521

    [TRAFODION-2024] Openssl libraries (ssl & crypto) should be dynamically 
linked not static

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hegdean/incubator-trafodion ahbrnch-2.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/521.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #521
    
----
commit a45063a45082674224c074199d23838f96b0a40b
Author: Steve Varnau <steve.var...@esgyn.com>
Date:   2016-06-01T21:43:38Z

    [TRAFODION-2023] Clarify license text
    
    Fix issues found in review of release 2.0.0.
    
    Clarify that BSD-4 license has a rescinded clause.
    
    Remove the GPL text of two packages that have dual license, since we are
    not redistributing under GPL.

commit 0a8507aaf680216f09340110fae857b402f303ce
Author: Steve Varnau <steve.var...@esgyn.com>
Date:   2016-06-01T21:51:07Z

    Clarify how to run RAT, per comments from release 2.0.0 review.

commit 4c49f6f69ff1b10a70134bd25301447fc5a7c0d9
Author: Dave Birdsall <dbirds...@apache.org>
Date:   2016-06-02T18:20:33Z

    Merge [TRAFODION-2023] PR 515 Clarify license text

commit 9712b3fe70471ac74065165588031ee07ede06e0
Author: Anuradha Hegde <anuradha.he...@esgyn.com>
Date:   2016-06-04T02:45:11Z

    Openssl libraries (ssl & crypto) are dynamically linked for
    linux odbc driver

----


> Openssl libraries (ssl & crypto) should be dynamically linked not static
> ------------------------------------------------------------------------
>
>                 Key: TRAFODION-2024
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2024
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: client-odbc-linux
>    Affects Versions: 2.0-incubating
>            Reporter: Steve Varnau
>            Assignee: Anuradha Hegde
>
> Due to licensing constraint, we should not bundle openssl software (at least 
> until they move to ASL2.0, which is in process) with our binary packages.
> Therefore, we should not link libssl and libcrypto statically, but 
> dynamically.
> That change is in core/conn/unixodbc/odbc/odbcclient/unixcli/makefile.lnx
> This change will also add dependeny on having the shared libraries installed 
> on runtime system. That should be reflected in wiki (Creating Build 
> Environment), which currently says openssl-static package.
> The new dependency is "openssl" package on centos6, and "openssl-libs" on 
> centos7.
> The dependency should also be reflected in the client install guide.
> docs/client_install/src/asciidoc/_chapters/odbc_linux.adoc



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to