Closed
Bug 277882
Opened 20 years ago
Closed 19 years ago
[Mozilla-Negotiateauth]Can't find header file "gssapi.h" under Linux(JDS)
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alfred.peng, Unassigned)
References
Details
Attachments
(2 files)
|
2.58 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.58 KB,
patch
|
Details | Diff | Splinter Review |
I'm using SUN JDS(Linux). I met a problem in building mozilla. I want to enable the negotiateauth extension. It's necessary to find the header file "gssapi.h" and link the gssapi library for this feature. Under JDS, the header file "gssapi.h" is in the directory "/usr/include/heimdal". If I didn't specify the location of GSSAPI library, mozilla configure file can't find that header file after checking. And I also can't find a way to specify the location to enable this feature.
| Reporter | ||
Comment 1•20 years ago
|
||
The patch moves down the GSSAPI_INCLUDES setting part. Krb5-config can help to find out the header file "gssapi.h".
| Reporter | ||
Comment 2•20 years ago
|
||
The patch move down the GSSAPI_INCLUDES setting part. Krb5-config can help to find out the header file "gssapi.h".
| Reporter | ||
Updated•20 years ago
|
Attachment #170893 -
Flags: review?(wyllys.ingersoll)
Comment 3•20 years ago
|
||
krb5-config does not exist on a Solaris system, and on Solaris you almost always want to use the native gssapi libraries. So, be sure that krb5-config is only used AFTER verifying that the system does not have a native gssapi library (libgss).
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > krb5-config does not exist on a Solaris system, and on Solaris you almost always > want to use the native gssapi libraries. So, be sure that krb5-config is only > used AFTER verifying that the system does not have a native gssapi library (libgss). Yes, it has been verified. Before using krb5-config, the configure file has checked the native gssapi libraries on Solaris(libgss) by AC_CHECK_LIB(gss, gss_init_sec_context, [GSSAPI_LIBS="-LGSSAPI_DIR/lib -lgss"]. And on Redhat Linux, the native gssapi library is libgssapi_krb5, the configure file also checks it. After that, krb5-config is used to ensure that the header file can be found on JDS Linux.
Comment 5•20 years ago
|
||
see bug 245467 and bug 245936.
Updated•20 years ago
|
Comment 6•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 7•19 years ago
|
||
cneberg's patches to the GSSAPI code in bug #280792, which are in the 1.5 betas, and on the trunk, mean that the code ships with an internal copy of gssapi.h - so an external version is no longer required for successful compilation.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•18 years ago
|
Attachment #170893 -
Flags: review?(wyllys.ingersoll)
You need to log in
before you can comment on or make changes to this bug.
Description
•