Re: [Dovecot] Building problem on FreeBSD with GSSAPI
28 Mar
2007
28 Mar
'07
11:13 p.m.
"TS" == Taras Savchuk taras@elantech.ru writes:
TS> gw# krb5-config --version
TS> FreeBSD heimdal 0.6.3 $Id: krb5-config.in,v 1.9 2002/09/09 22:29:06 joda Exp $
TS> gw# krb5-config --libs gssapi
TS> -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
I'm not sure how much further I can help you since I don't have access to any FreeBSD compilation environments. Maybe someone else on this list can at least either confirm success or report similar problems building dovecot on FreeBSD 6.2.
Are you able to compile and link the appended C without error?
cc $(krb5-config --cflags gssapi) -o gssapi.o -c gssapi.c cc $(krb5-config --libs gssapi) -o gssapi gssapi.o
If not then it's probably not a dovecot specific problem.
#include
int main(int argc, char *argv[]) { OM_uint32 rc_major, rc_minor; gss_name_t name;
rc_major=gss_import_name(&rc_minor, GSS_C_NO_BUFFER, GSS_C_NO_OID, &name);
return EXIT_SUCCESS; }
6449
Age (days ago)
6449
Last active (days ago)
0 comments
1 participants
participants (1)
-
pod