Date: Sat, 5 Jan 2008 12:23:46 +0100 From: Dorian =?utf-8?q?B=C3=BCttner?= <dorian.buettner@gmx.de> To: freebsd-ports@freebsd.org Subject: Re: postgresql 8.2.5_1 client doesn't make with heimdal Message-ID: <200801051223.46327.dorian.buettner@gmx.de> In-Reply-To: <88335647@bb.ipt.ru> References: <200801041232.06239.dorian.buettner@gmx.de> <88335647@bb.ipt.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
I'm not to deep into this, but as far as I can see, man krb5 doesn't list krb5_sendauth it it's list of provided funtions, however postgres' configure.in is checking for that: if test "$with_krb5" = yes ; then if test "$PORTNAME" != "win32"; then AC_SEARCH_LIBS(com_err, [krb5 'krb5 -ldes -lasn1 -lroken' com_err], [], [AC_MSG_ERROR([could not find function 'com_err' required fo r Kerberos 5])]) AC_SEARCH_LIBS(krb5_sendauth, [krb5 'krb5 -ldes -lasn1 -lroken'], [], [AC_MSG_ERROR([could not find function 'krb5_sendauth' requi red for Kerberos 5])]) else AC_SEARCH_LIBS(com_err, 'comerr32 -lkrb5_32', [], [AC_MSG_ERROR([could not find function 'com_err' required fo r Kerberos 5])]) fi fi This seems to have been introduced somewhere in postgresql 7.1/7.2 or whatever. http://archives.postgresql.org/pgsql-patches/2001-11/msg00292.php Has heimdal somehow renamed that function in the past couple of versions or is there any other clue to go?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801051223.46327.dorian.buettner>