Hi all.. First time poster here :-) Ive tried to compile 4 different versions of Cyrus on my machine today and i cant get three to get past ./configure.
cyrus-imapd-1.6.22.tar.gz cyrus-imapd-1.6.24.tar.gz cyrus-imapd-2.0.15.tar.gz they all crap out because they cant find the Kerberos libraries. (I tried installing Kerberos that comes with FreeBSD but even that didnt install) (cyrus-sasl-1.5.24.tar.gz installed fine btw) I thought FreeBSD and Cyrus would get along well. With the newest version i get this on the make all CFLAGS=-O part. ........<snip> acl_afs.o auth_unix.o cyrusdb_db3.o cyrusdb_flat.o ranlib libcyrus.a ### Making all in /home/src/cyrus-imapd-2.0.16/master gcc -c -I. -I.. -I. -I/usr/local/include/db3 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 master.c gcc -c -I. -I.. -I. -I/usr/local/include/db3 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 masterconf.c gcc -c -I. -I.. -I. -I/usr/local/include/db3 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 cyrusMasterMIB.c gcc -L/usr/local/lib -R/usr/local/lib -g -O2 -o master master.o masterconf.o cyrusMasterMIB.o -lucdagent -lucdmibs -lsnmp -lssl -lcrypto -lfl -ldb3 -lcom_err /usr/local/lib/libucdmibs.so: undefined reference to `kvm_getswapinfo' /usr/local/lib/libucdagent.so: undefined reference to `kvm_geterr' /usr/local/lib/libucdmibs.so: undefined reference to `kvm_nlist' /usr/local/lib/libucdagent.so: undefined reference to `kvm_read' /usr/local/lib/libucdmibs.so: undefined reference to `kvm_close' /usr/local/lib/libucdagent.so: undefined reference to `kvm_openfiles' *** Error code 1 Stop in /home/src/cyrus-imapd-2.0.16/master. *** Error code 1 Stop in /home/src/cyrus-imapd-2.0.16. su-2.04# ls /usr/local/lib/libucdagent.so /usr/local/lib/libucdagent.so su-2.04# uname -a FreeBSD www.xxxx.ca 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC i386 su-2.04# Someone has to have solved this but I cant find anything on the mailing list archives , FAQ, Goggle, Manual, etc.... Does anyone have a solution for me? --CH