info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Kerberos support


From: Furmaniuk, Michael
Subject: RE: Kerberos support
Date: Thu, 15 Feb 2001 12:19:49 -0500

  Not sure what this would build, if it will build a server that supports
encryption using only these libraries, I had to edit out the first LIBS line
as I could not find any libraries for asn1 or roken on my machine after my
Kerberos install.

  if test "$ac_cv_header_gssapi_h" = "yes"; then
#    LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken"
#  else
    LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err"

  I am building with GSSAPI, which I need for remote access, and I'd like to
get encryption and password authentication in the CVS build too.

  Michael
-----Original Message-----
From: Derek R. Price [mailto:address@hidden
Sent: Wednesday, February 14, 2001 12:29 PM
To: Furmaniuk, Michael
Cc: 'address@hidden'
Subject: Re: Kerberos support


"Furmaniuk, Michael" wrote:

>   I have done the find, and my original configure line worked for the most
> part, the question I have is whether or not I should be expecting to find
> the following two files in my Kerberos installation.
>
> ld: fatal: library -lasn1: not found
> ld: fatal: library -lroken: not found

These aren't installed on my system at all and glancing at configure.in,
configure is deciding whether to use them or not depending on where it finds
gssapi.h.

This is definately a bug as it should really be looking for particular
libraries and functions and setting LIBS according to that.

Anyhow, for now this probably means that you either have to find and install
the same GSSAPI installation I am using (the krb5-* packages distributed by
RedHat), or find those missing libraries.  I know RedHat for one has a
search
engine that can find packages which provide particular libraries by name.  A
net search or a USENET search might turn something up as well (I tend to go
to
deja.com for USENET searches, but there may be others).

Derek

--
Derek Price                      CVS Solutions Architect (
http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I will never win an emmy.
I will never win an emmy.
I will never win an emmy...

          - Bart Simpson on chalkboard, _The Simpsons_





reply via email to

[Prev in Thread] Current Thread [Next in Thread]