> From [EMAIL PROTECTED] Fri Mar  1 17:52:44 2002
> Date: Fri, 1 Mar 2002 17:07:06 -0800
> From: "Jeremy A. Mates" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: LPRng: Kerberos support on Mac OS X?
>
> LPRng (3.8.8) works on Mac OS X (10.1.3); however, when I attempted to
> enable kerberos support, configure fails:
>
> $ ./configure --enable-kerberos
> ...
> using XGETTEXT xgettext
> checking for krb5.h... yes
> configure: checking for krb5_des_string_to_key in  -lcrypto -lcom_err ...
> configure: checking for krb5_des_string_to_keyin  -lk5crypto -lcom_err ...
> Kerberos 5 encryption support library not found.
> ...

You may need to use:


>
> The libraries k5crypto and com_err do appear to be installed (whether
> in the base OS or from the MIT kerberos extras I know not):
>
> $ locate k5crypto
> /usr/lib/libk5crypto.dylib
> $ locate com_err
> 
>/System/Library/Frameworks/Kerberos.framework/Versions/A/Frameworks/KerberosComErr.framework/Versions/A/Headers/com_err.h
> /usr/include/com_err.h
> /usr/lib/libcom_err.dylib
> /usr/share/man/man3/com_err.3
>
> So I am not sure where the failure is coming from...
>
> -- 
> Jeremy Mates                                        http://www.sial.org/
>
> OpenPGP: 0x11C3D628  (4357 1D47 FF78 24BB 0FBF 7AA8 A846 9F86 11C3 D628)

The problem is that they do not appear to be the same names as used
by the Krb5 stuff.

Try:

./configure --enable-kerberos --disable-kerberos_checks
 "--with-ldopts=-lcom_err -lk5crypto"

and see it it links and/or compiles.  You may need some other libraries.

Patrick Powell                 Astart Technologies,
[EMAIL PROTECTED]            9475 Chesapeake Drive, Suite D,
Network and System             San Diego, CA 92123
  Consulting                   858-874-6543 FAX 858-279-8424 
LPRng - Print Spooler (http://www.lprng.com)

-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to