Marcin Juszkiewicz created BIGTOP-2938:
------------------------------------------

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

Reply via email to