You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Anuradha Hegde (JIRA)" <ji...@apache.org> on 2016/06/04 17:41:59 UTC

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

     [ https://issues.apache.org/jira/browse/TRAFODION-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anuradha Hegde resolved TRAFODION-2024.
---------------------------------------
    Resolution: Fixed

> 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)