You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2009/10/03 00:34:23 UTC

[jira] Created: (HDFS-674) Native compression configure script needs otool support for Mac OS X

Native compression configure script needs otool support for Mac OS X
--------------------------------------------------------------------

                 Key: HDFS-674
                 URL: https://issues.apache.org/jira/browse/HDFS-674
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Allen Wittenauer


The configure script assumes either ldd or objdump to determine the name of the library to dlopen().  On Mac OS X, otool should be used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HDFS-674) Native compression configure script needs otool support for Mac OS X

Posted by "Allen Wittenauer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer resolved HDFS-674.
-----------------------------------

    Resolution: Duplicate

> Native compression configure script needs otool support for Mac OS X
> --------------------------------------------------------------------
>
>                 Key: HDFS-674
>                 URL: https://issues.apache.org/jira/browse/HDFS-674
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Allen Wittenauer
>         Attachments: HDFS-674.patch
>
>
> The configure script assumes either ldd or objdump to determine the name of the library to dlopen().  On Mac OS X, otool should be used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.