linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@RedHat.com>
To: Matt Turner <mattst88@gmail.com>, linux-nfs@vger.kernel.org
Subject: Re: [PATCH nfs-utils] gssd: Look in lib32 for gss libs aswell.
Date: Mon, 12 Aug 2019 13:36:03 -0400	[thread overview]
Message-ID: <52117616-0de9-c94b-5539-215570ae4d46@RedHat.com> (raw)
In-Reply-To: <20190811221044.13777-1-mattst88@gmail.com>



On 8/11/19 6:10 PM, Matt Turner wrote:
> Akin to commit da999b81b058 ("Look in lib64 for gss libs aswell.")
> 
> mips/n32 systems have libraries in lib32 (but not lib or lib64). Without
> checking lib32, configure fails with
> 
> checking for Kerberos v5... configure: error: Kerberos v5 with GSS
>          support not found: consider --disable-gss or --with-krb5=
> 
> Signed-off-by: Matt Turner <mattst88@gmail.com>
Committed!

steved.

> ---
>  aclocal/kerberos5.m4 | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/aclocal/kerberos5.m4 b/aclocal/kerberos5.m4
> index 8a0f3e4c..faa58049 100644
> --- a/aclocal/kerberos5.m4
> +++ b/aclocal/kerberos5.m4
> @@ -38,9 +38,11 @@ AC_DEFUN([AC_KERBEROS_V5],[
>        AC_DEFINE_UNQUOTED(KRB5_VERSION, $K5VERS, [Define this as the Kerberos version number])
>        if test -f $dir/include/gssapi/gssapi_krb5.h -a \
>                  \( -f $dir/lib/libgssapi_krb5.a -o \
> +                   -f $dir/lib/libgssapi_krb5.so -o \
> +                   -f $dir/lib32/libgssapi_krb5.a -o \
> +                   -f $dir/lib32/libgssapi_krb5.so -o \
>                     -f $dir/lib64/libgssapi_krb5.a -o \
> -                   -f $dir/lib64/libgssapi_krb5.so -o \
> -                   -f $dir/lib/libgssapi_krb5.so \) ; then
> +                   -f $dir/lib64/libgssapi_krb5.so \) ; then
>           AC_DEFINE(HAVE_KRB5, 1, [Define this if you have MIT Kerberos libraries])
>           KRBDIR="$dir"
>           gssapi_lib=gssapi_krb5
> 

      reply	other threads:[~2019-08-12 17:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-11 22:10 [PATCH nfs-utils] gssd: Look in lib32 for gss libs aswell Matt Turner
2019-08-12 17:36 ` Steve Dickson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52117616-0de9-c94b-5539-215570ae4d46@RedHat.com \
    --to=steved@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=mattst88@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).