cyrus-imapd rpm compilation
Dear Friends,
While compiling the srpm of cyrus-imapd on my RH 7.2 system with the following config option, I am getting the following error
***********************************
checking for res_search in -lresolv... yes
checking for des_ecb_encrypt in -ldes... no
configure: error: The Kerberos DES library is required for Kerberos support.
error: Bad exit status from /var/tmp/rpm-tmp.47016 (%build)
***********************************
The config options are as follows
***********************************
./configure \
--with-com_err=/usr \
--with-sasl=/usr/cyrus-sasl \
--with-sasl-dir=/usr/cyrus-sasl/lib/sasl \
--with-sasl-inc=/usr/cyrus-sasl/include \
--with-openssl=/usr/lib \
--prefix=%{_prefix} \
--mandir=%{_manprefix} \
--with-ucdsnmp=no
***********************************
can any one help me out why this error is comming. besides that following rpms are installed in the system
a. krb5-libs-1.2.2-13.i386.rpm
b. krbafs-1.0.9-2.i386.rpm
c. pam_krb5-1.46-1.i386.rpm
d. krb5-devel-1.2.2-13.i386.rpm
e. krb5-server-1.2.2-13.i386.rpm
f. krb5-workstation-1.2.2-13.i386.rpm
g. krbafs-devel-1.0.9-2.i386.rpm
h. krbafs-utils-1.0.9-2.i386.rpm
***********************************
Thanks
Mayank
|