Results 1 to 1 of 1

Thread: How install krb5(Kerberos?) headers and libs?

  1. #1
    Join Date
    Nov 2015
    Beans
    11

    How install krb5(Kerberos?) headers and libs?

    I am trying compile HBase native client, is yet OK but is problem with krb5.h from folder krb5 or mit-krb5.
    Also, compiler wants #include <et/com_err.h>. So far , I have copied folder mit-krb5 from Docker environment and commented <et/com_err.h>.
    But I need library (what is her name? libkrb5.a?) which has krb5_init_context,krb5_cc_default or krb5_cc_get_principal.
    sudo apt-get install krb5-kdc krb5-admin-server - not helps
    sudo apt-get install krb5-user libcomerr2 - nothing install because above command already it install
    ANSWER: sudo apt-get install libkrb5-dev
    Last edited by borucki-andrzej; October 5th, 2017 at 12:56 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •