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

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

Github user hegdean closed the pull request at:

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


> 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