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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15311197#comment-15311197 ] 

Steve Varnau commented on TRAFODION-2024:
-----------------------------------------

Oh, and one more thing that needs to change is to remove the openssl section in licenses/lic-clients-bin, since it will no longer be bundled.

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