You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2016/06/29 04:44:45 UTC

[jira] [Updated] (DRILL-4756) JPAM library required by Drill does not work for Mac; provide alternative

     [ https://issues.apache.org/jira/browse/DRILL-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Rogers updated DRILL-4756:
-------------------------------
    Attachment: libjpam.jnilib

Native JPAM library that works on Mac El Capitan.

> JPAM library required by Drill does not work for Mac; provide alternative
> -------------------------------------------------------------------------
>
>                 Key: DRILL-4756
>                 URL: https://issues.apache.org/jira/browse/DRILL-4756
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.6.0
>            Reporter: Paul Rogers
>            Priority: Minor
>         Attachments: libjpam.jnilib
>
>
> As described in the documentation (http://drill.apache.org/docs/configuring-user-authentication/) Drill uses the JPAM library (https://sourceforge.net/projects/jpam/files/jpam/jpam-1.1/) to integrate with PAM for security.
> Many people use Macs to prototype, develop and test Drill prior to deployment. However, the jpam native library provided by the above project is from 2007 and does not work on modern Macs. Instead, we get the following error:
> Caused by: java.lang.UnsatisfiedLinkError: /Users/fred/play/drill-site/lib/libjpam.jnilib: dlopen(/Users/fred/play/drill-site/lib/libjpam.jnilib, 1): no suitable image found.  Did find:
>         /Users/fred/play/drill-site/lib/libjpam.jnilib: mach-o, but wrong architecture
> One can recompile the code, but the code itself is outdated with respect to the modern Mac.
> Drill should provide a working build of the library for the Mac to help with pre-deployment efforts.



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