You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kihwal Lee (JIRA)" <ji...@apache.org> on 2014/12/18 19:16:13 UTC

[jira] [Created] (HADOOP-11426) Fix native bzip2 codec build dependency

Kihwal Lee created HADOOP-11426:
-----------------------------------

             Summary: Fix native bzip2 codec build dependency
                 Key: HADOOP-11426
                 URL: https://issues.apache.org/jira/browse/HADOOP-11426
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Kihwal Lee


In hadoop-common-project/hadoop-common/src/CMakeLists.txt, find_package() is used to check whether bzip2 libraries and header are present.  However, the library is loaded by libhadoop using dlopen(), not linked during build, so the real build-time dependency is only on the header file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)