You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Jun He (JIRA)" <ji...@apache.org> on 2016/12/25 20:22:58 UTC

[jira] [Created] (KUDU-1816) Update docs to fix cmake failure due to missing libkrb5 in Ubuntu trusty 14.04

Jun He created KUDU-1816:
----------------------------

             Summary: Update docs to fix cmake failure due to missing libkrb5 in Ubuntu trusty 14.04
                 Key: KUDU-1816
                 URL: https://issues.apache.org/jira/browse/KUDU-1816
             Project: Kudu
          Issue Type: Bug
          Components: documentation
         Environment: Ubuntu trusty 14.04
            Reporter: Jun He


When I built kudu from source in Ubuntu trusty 14.04, cmake failed due to missing libkrb5. 

../../thirdparty/installed/common/bin/cmake -DCMAKE_BUILD_TYPE=release ../.. 

Here is the error log
{quote}

-- Could NOT find KERBEROS (missing:  KERBEROS_LIBRARY KERBEROS_INCLUDE_DIR) 

CMake Error at CMakeLists.txt:695 (message):

  No static or shared library provided for krb5

Call Stack (most recent call first):

  CMakeLists.txt:866 (ADD_THIRDPARTY_LIB)


CMake Error: The following variables are used in this project, but they are set to NOTFOUND.

Please set them or make sure they are set and tested correctly in the CMake files:

KERBEROS_INCLUDE_DIR

   used as include directory in directory /mnt/data_md00bc/repos/kudu

   used as include directory in directory /mnt/data_md00bc/repos/kudu

   used as include directory in directory /mnt/data_md00bc/repos/kudu

   used as include directory in directory /mnt/data_md00bc/repos/kudu
{quote}

It turns out that libkrb5-dev has to be installed as well.





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