You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Dmitry Sivachenko (JIRA)" <ji...@apache.org> on 2015/05/06 11:44:59 UTC

[jira] [Commented] (HADOOP-11927) libcrypto needs libdl when compile native code

    [ https://issues.apache.org/jira/browse/HADOOP-11927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530258#comment-14530258 ] 

Dmitry Sivachenko commented on HADOOP-11927:
--------------------------------------------

Don't forget other OSes (like FreeBSD) which do not have libdl at all (dlopen() is in libc)

> libcrypto needs libdl when compile native code
> ----------------------------------------------
>
>                 Key: HADOOP-11927
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11927
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: tools
>         Environment: SUSE Linux Enterprise Server 11 SP3  (x86_64)
>            Reporter: Xianyin Xin
>            Assignee: Xianyin Xin
>         Attachments: HADOOP-11927-001.patch
>
>
> When compile hadoop with native support, we encounter compile error that "undefined reference to `dlopen'" when link libcrypto. We'd better link libdl explicitly in CMakeList of hadoop-pips.



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