argus with sasl2 installation
Carter Bullard
carter at qosient.com
Thu Mar 22 14:09:19 EDT 2007
Hey Mick,
Stupid, stupid, stupid. I guess that's what I get for doing this
stuff at 1am.
Simple change in the configure.in file. Here is the patch to solve all
problems (that you have reported :o)
Apply patch, and then type:
% autoconf
%./configure --with-sasl=/usr/local
If autoconf complains, probably just need to change the permissions
on the ./configure file (its output) to:
% chmod u+w ./configure
Carter
*** configure.in.orig Thu Mar 22 14:06:21 2007
--- configure.in Thu Mar 22 14:06:36 2007
***************
*** 140,146 ****
AC_LBL_DEVEL(V_CCOPT)
AC_QOSIENT_DEBUG(V_CCOPT)
! CMU_SASL2
AC_SYS_LARGEFILE
AC_QOSIENT_MEMORY
--- 140,146 ----
AC_LBL_DEVEL(V_CCOPT)
AC_QOSIENT_DEBUG(V_CCOPT)
! CMU_SASL2(V_INCLS)
AC_SYS_LARGEFILE
AC_QOSIENT_MEMORY
More information about the argus
mailing list