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 2014/06/30 07:41:24 UTC

[jira] [Commented] (HADOOP-10764) Unable to build hadoop-2.2.0 under FreeBSD-10

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

Dmitry Sivachenko commented on HADOOP-10764:
--------------------------------------------

> If you have to stick to version 2.2.0, then....

Isn't 2.2.0 is the stable branch of Hadoop-2 I should stick to?
What branch will become next -stable release? 2.4.X?

> Unable to build hadoop-2.2.0 under FreeBSD-10
> ---------------------------------------------
>
>                 Key: HADOOP-10764
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10764
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Dmitry Sivachenko
>
> FreeBSD does not have libdl.so (dlopen() et al are in libc).  So the buld fails:
>      [exec] /usr/bin/cc  -fPIC  -g -Wall -O2 -D_REENTRANT -D_GNU_SOURCE -D_LARGE
> FILE_SOURCE -D_FILE_OFFSET_BITS=64   -shared -Wl,-soname,libhdfs.so.0.0.0 -o tar
> get/usr/local/lib/libhdfs.so.0.0.0 CMakeFiles/hdfs.dir/main/native/libhdfs/excep
> tion.c.o CMakeFiles/hdfs.dir/main/native/libhdfs/jni_helper.c.o CMakeFiles/hdfs.
> dir/main/native/libhdfs/hdfs.c.o /usr/local/openjdk7/jre/lib/amd64/server/libjvm.so -ldl -lpthread -Wl,-rpath,/usr/local/openjdk7/jre/lib/amd64/server
>      [exec] *** Error code 1
> The solution is not to use "-ldl" under FreeBSD at all.



--
This message was sent by Atlassian JIRA
(v6.2#6252)