[asterisk-dev] 1.4svn configure & --with-imap no go on FC6/CentOS4/RHEL4

Kevin P. Fleming kpfleming at digium.com
Fri Feb 9 09:35:07 MST 2007


Patrick wrote:
> With asterisk 1.4svn from yesterday I have tested --with-imap on a FC6
> and CentOS4 box. Currently it fails although the required files are
> installed (libc-client-devel package 2004g version):
> 
> /usr/lib/c-client.a
> /usr/lib/libc-client.a
> /usr/lib/libc-client.so
> /usr/include/imap/ with the header files

The --with-imap option, unlike all the other configure script options,
will _NOT_ search your system for the IMAP toolkit libraries. If you
don't specify a path where they can be found it assumes that you have
unpacked and built the c-client sources at a directory parallel to the
asterisk-1.4 directory.

Generally speaking, because the c-client library is a static library (we
don't use the shared library version), it's better to just unpack the
sources and do the simple build and then let Asterisk link against it.
I'll update the configure script help text to hopefully make this clearer.


More information about the asterisk-dev mailing list