Subject: Help: SASL doesn't want to build with heimdal
From: Rob Tanner (rtanner+cyrus at linfield dot edu)
Date: Thu May 22 2003 - 19:58:47 EDT
Hi,
I've built and installed heimdal-0.6 kerberos5 and now trying to build
Cyrus SASL 2.1.13 on Solaris 2.7. The problem is the configure run
doesn't recognize heimdal and wants to build against MIT instead. I do not
have the MIT libraries installed, although for whatever reason, the
include files are on the system. When I removed them, the configure
disables gssappi.
I'm using the following pre-scripted configure process:
#! /usr/local/bin/bash
export CPPFLAGS="-I/usr/local/ssl/include -I/usr/heimdal/include"
export LDFLAGS="-L/usr/local/ssl/lib -L/usr/heimdal/lib"
make distclean
./configure \
--with-saslauthd \
--with-pwcheck \
--with-openssl \
--enable-gssapi=/usr/heimdal/lib \
--enable-plain \
--with-ldap
Any ideas?
Thanks,
Rob
Rob Tanner
Linfield College
McMinnville, Oregon
rtanner+cyrus at linfield dot edu
|
|
|