Whamcloud - gitweb
LU-1924 build: configure can not find libgssapi_krb5.so
authorThomas Stibor <thomas@stibor.net>
Wed, 24 Oct 2012 10:20:31 +0000 (12:20 +0200)
committerOleg Drokin <green@whamcloud.com>
Mon, 17 Dec 2012 05:13:16 +0000 (00:13 -0500)
commitcbab9538ea0a9b1cba55f797665e9fa853262f03
treec2832fe6e90d351b7712e6c115b9af57f6dc65b2
parent2070cf5996a140c7ecee3b3ec0691a6f1f02f1b8
LU-1924 build: configure can not find libgssapi_krb5.so

./configure --enable-gss cannot find on Debian amd64/x86_64
wheezy the file libgssapi_krb5.so although it
exists in the directory /usr/lib/x86_x64-linux-gnu.
Probably some other amd64/x86_64 Linux distributions
are effected as well.

Signed-off-by: Thomas Stibor <thomas@stibor.net>
Change-Id: Ife12e11224db4ef64adbcedb31cc1c07cf1c9b2e
Reviewed-on: http://review.whamcloud.com/4378
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/autoconf/kerberos5.m4