From abouav@DeCru.com Thu Aug 2 16:10:06 2001
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.72.0.53])
by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id QAA22479
for <bugs@RT-11.mit.edu>; Thu, 2 Aug 2001 16:10:00 -0400 (EDT)
Received: from neptune.he.net (neptune.he.net [216.218.166.2])
by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id QAA21334
for <krb5-bugs@mit.edu>; Thu, 2 Aug 2001 16:09:59 -0400 (EDT)
Received: from abouav (64-171-32-198.netliant.com [64.171.32.198] (may be forged)) by neptune.he.net (8.8.6/8.8.2) with SMTP id MAA23180 for <krb5-bugs@mit.edu>; Thu, 2 Aug 2001 12:50:23 -0700
Message-Id: <020f01c11b8c$61d56170$9e0aa8c0@HQ.DeCru.com>
Date: Thu, 2 Aug 2001 12:50:29 -0700
From: "David Abouav" <abouav@DeCru.com>
Reply-To: "David Abouav" <abouav@DeCru.com>
To: <krb5-bugs@mit.edu>
Subject: can't find gssapi_krb5
I've installed MIT Kerberos 5 on my FreeBSD machine. I am now trying
to install Cyrus SASL as well. When I run "configure" for Cyrus SASL
with GSSAPI support, I get these positive sounding messages:
...
checking for gssapi.h... (cached) yes
...
checking GSSAPI... with implementation mit
But when I run "make" for SASL, I get the following warning:
*** Warning: This library needs some functionality provided by -lgssapi_krb5.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
Shouldn't this library exist because I've already installed Kerberos
5? I think my problems getting SASL to support GSSAPI might be related
to this. Can anyone advise?
Thanks,
David Abouav
Responsible-Changed-From-To: gnats-admin->krb5-unassigned
Responsible-Changed-By: raeburn
Responsible-Changed-When: Fri Sep 14 13:49:23 2001
Responsible-Changed-Why:
reformat/refile; eliminate mime junk
State-Changed-From-To: open-feedback
State-Changed-By: raeburn
State-Changed-When: Fri Sep 14 13:50:47 2001
State-Changed-Why:
Sorry for the delay in answering your message.
But when I run "make" for SASL, I get the following warning:
*** Warning: This library needs some functionality provided by -lgssapi_krb5.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
By default, the MIT krb5 tree builds only static versions of the
libraries. Run the configure script with "--enable-shared" and shared
libraries should also get built and installed.
From: Ken Raeburn <raeburn@MIT.EDU>
To: "David Abouav" <abouav@DeCru.com>
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-libs/983: can't find gssapi_krb5
Date: Fri, 14 Sep 2001 13:52:39 -0400 (EDT)
Sorry for the delay in answering your message.
But when I run "make" for SASL, I get the following warning:
*** Warning: This library needs some functionality provided by -lgssapi_krb5.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
By default, the MIT krb5 tree builds only static versions of the
libraries. Run the configure script with "--enable-shared" and shared
libraries should also get built and installed.
Ken
State-Changed-From-To: feedback-closed
State-Changed-By: hartmans
State-Changed-When: Sat Mar 2 20:57:33 2002
State-Changed-Why:
Assumed Ken's answer helped since no answer in over 6 months.
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.72.0.53])
by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id QAA22479
for <bugs@RT-11.mit.edu>; Thu, 2 Aug 2001 16:10:00 -0400 (EDT)
Received: from neptune.he.net (neptune.he.net [216.218.166.2])
by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id QAA21334
for <krb5-bugs@mit.edu>; Thu, 2 Aug 2001 16:09:59 -0400 (EDT)
Received: from abouav (64-171-32-198.netliant.com [64.171.32.198] (may be forged)) by neptune.he.net (8.8.6/8.8.2) with SMTP id MAA23180 for <krb5-bugs@mit.edu>; Thu, 2 Aug 2001 12:50:23 -0700
Message-Id: <020f01c11b8c$61d56170$9e0aa8c0@HQ.DeCru.com>
Date: Thu, 2 Aug 2001 12:50:29 -0700
From: "David Abouav" <abouav@DeCru.com>
Reply-To: "David Abouav" <abouav@DeCru.com>
To: <krb5-bugs@mit.edu>
Subject: can't find gssapi_krb5
Show quoted text
>Number: 983
>Category: krb5-libs
>Synopsis: can't find gssapi_krb5
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: krb5-unassigned
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Thu Aug 2 16:11:00 EDT 2001
>Last-Modified: Sat Mar 2 20:58:16 EST 2002
>Originator: "David Abouav" <abouav@DeCru.com>
>Organization:
>Release:
>Environment:
>Description:
>Category: krb5-libs
>Synopsis: can't find gssapi_krb5
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: krb5-unassigned
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Thu Aug 2 16:11:00 EDT 2001
>Last-Modified: Sat Mar 2 20:58:16 EST 2002
>Originator: "David Abouav" <abouav@DeCru.com>
>Organization:
>Release:
>Environment:
>Description:
I've installed MIT Kerberos 5 on my FreeBSD machine. I am now trying
to install Cyrus SASL as well. When I run "configure" for Cyrus SASL
with GSSAPI support, I get these positive sounding messages:
...
checking for gssapi.h... (cached) yes
...
checking GSSAPI... with implementation mit
But when I run "make" for SASL, I get the following warning:
*** Warning: This library needs some functionality provided by -lgssapi_krb5.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
Shouldn't this library exist because I've already installed Kerberos
5? I think my problems getting SASL to support GSSAPI might be related
to this. Can anyone advise?
Thanks,
David Abouav
Show quoted text
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Fix:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->krb5-unassigned
Responsible-Changed-By: raeburn
Responsible-Changed-When: Fri Sep 14 13:49:23 2001
Responsible-Changed-Why:
reformat/refile; eliminate mime junk
State-Changed-From-To: open-feedback
State-Changed-By: raeburn
State-Changed-When: Fri Sep 14 13:50:47 2001
State-Changed-Why:
Sorry for the delay in answering your message.
But when I run "make" for SASL, I get the following warning:
*** Warning: This library needs some functionality provided by -lgssapi_krb5.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
By default, the MIT krb5 tree builds only static versions of the
libraries. Run the configure script with "--enable-shared" and shared
libraries should also get built and installed.
From: Ken Raeburn <raeburn@MIT.EDU>
To: "David Abouav" <abouav@DeCru.com>
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-libs/983: can't find gssapi_krb5
Date: Fri, 14 Sep 2001 13:52:39 -0400 (EDT)
Sorry for the delay in answering your message.
But when I run "make" for SASL, I get the following warning:
*** Warning: This library needs some functionality provided by -lgssapi_krb5.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
By default, the MIT krb5 tree builds only static versions of the
libraries. Run the configure script with "--enable-shared" and shared
libraries should also get built and installed.
Ken
State-Changed-From-To: feedback-closed
State-Changed-By: hartmans
State-Changed-When: Sat Mar 2 20:57:33 2002
State-Changed-Why:
Assumed Ken's answer helped since no answer in over 6 months.
Show quoted text
>Unformatted: