You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2017/11/25 17:28:01 UTC

[jira] [Assigned] (BIGTOP-2938) Hadoop can not be built under Debian 9 due to wrong dependency on OpenSSL

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

Olaf Flebbe reassigned BIGTOP-2938:
-----------------------------------

    Assignee: Olaf Flebbe

> Hadoop can not be built under Debian 9 due to wrong dependency on OpenSSL
> -------------------------------------------------------------------------
>
>                 Key: BIGTOP-2938
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2938
>             Project: Bigtop
>          Issue Type: Bug
>          Components: hadoop
>         Environment: Debian 9 'stretch' (current stable)
>            Reporter: Marcin Juszkiewicz
>            Assignee: Olaf Flebbe
>         Attachments: BIGTOP-2938.1.patch
>
>
> hadoop package generated during build of Bigtop 'trunk' build-depends on 'libssl-dev' and fails to build when it is installed.
> The reason? Debian 9 comes with OpenSSL 1.1 as default version while Hadoop expects OpenSSL 1.0 (they are not fully API compatible).
> Solution? Change build dependency from 'libssl-dev' to 'libssl1.0-dev | libssl-dev' which means "use libssl1.0-dev if available or libssl-dev if not". This should make it buildable under both Debian 9 (newer OpenSSL by default) and Ubuntu 16.04 (older OpenSSL as default).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)