Re: Redhat ES3.0 update cannot find gssapi library

2004-07-28 Thread Alexander Dalloz
Am Mi, den 28.07.2004 schrieb Alex Needham um 22:02: > I'm trying to compile cyrus-imapd to use with kerberos autentication. > > Whilst runnning ./configure --with-auth=krb5 > > checking for crypt... no > checking for crypt in -lcrypt... yes > checking gssapi.h usability... no > checking gssapi.

Re: Redhat ES3.0 update cannot find gssapi library

2004-07-28 Thread Earl R Shannon
Hello, One way to fix this is to specify the -I and -L flags to the compiler with the appropriate paths. I use a script to call configure which first sets up the various environment variables for our environment. Something like #!/bin/csh setenv CFLAGS "-I/usr/kerberos/include -I/local/openssl/incl

Redhat ES3.0 update cannot find gssapi library

2004-07-28 Thread Alex Needham
Hi Folks I'm trying to compile cyrus-imapd to use with kerberos autentication. Whilst runnning ./configure --with-auth=krb5 checking for crypt... no checking for crypt in -lcrypt... yes checking gssapi.h usability... no checking gssapi.h presence... no checking for gssapi.h... no checking gssapi