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/22 20:05:00 UTC

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

Olaf Flebbe commented on BIGTOP-2938:
-------------------------------------

I like to solve it this way :

BIGTOP-2932

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