Repository: kudu
Updated Branches:
  refs/heads/master bba339b11 -> c25b7cbd8


Add krb5-server to SLES prerequisite libraries

I was running a test with Kudu on SLES and realized that the MiniKDC
doesn't work due to 'kdb5_util' not being installed.

Running "zypper install krb5-server" fixes this.

Change-Id: I12f78066f9dabe60d63dcea03a1ba22da942ac0f
Reviewed-on: http://gerrit.cloudera.org:8080/9727
Reviewed-by: Alexey Serbin <aser...@cloudera.com>
Tested-by: Kudu Jenkins
Reviewed-by: Sailesh Mukil <sail...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/bf835b0e
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/bf835b0e
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/bf835b0e

Branch: refs/heads/master
Commit: bf835b0ea8fd28b083edb773c66217b2e0842985
Parents: bba339b
Author: Sailesh Mukil <sail...@apache.org>
Authored: Tue Mar 20 12:04:35 2018 -0700
Committer: Todd Lipcon <t...@apache.org>
Committed: Wed Apr 18 21:36:13 2018 +0000

----------------------------------------------------------------------
 docs/installation.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/bf835b0e/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index b782c56..8d22655 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -459,7 +459,7 @@ make -j4
 ----
 $ sudo zypper install autoconf automake curl cyrus-sasl-devel \
   cyrus-sasl-gssapi flex gcc gcc-c++ gdb git java-1_8_0-openjdk-devel \
-  krb5-devel libtool lsb-release make ntp openssl-devel patch \
+  krb5-devel krb5-server libtool lsb-release make ntp openssl-devel patch \
   pkg-config python rsync unzip vim
 ----
 

Reply via email to