Bart Remmerie
2014-May-21 21:09 UTC
[asterisk-users] issue installing voicemail imap support: imap_tk module missing
Hi, I'm trying to install voicemail-imap support but there seems to be a missing module: imap_tk checking for mandatory modules: IMAP_TK... fail configure: *** configure: *** The IMAP_TK installation appears to be missing or broken. configure: *** Either correct the installation, or run configure configure: *** including --without-imap. My configuration Ubuntu 14.04 LTS Asterisk SVN-branch-11-r413595 These are the steps I followed: sudo apt-get install libssl-dev libpam0g-dev cd ~/src/asterisk-complete mkdir third party cd third party wget ftp://ftp.cac.washington.edu/mail/imap.tar.Z $ tar zxvf imap.tar.Z cd imap-2007e make lnp EXTRACFLAGS="-fPIC -I/usr/include/openssl" IP6=4 cd ~/src/asterisk-complete/asterisk/11 ./configure --with-imap=~/src/asterisk-complete/thirdparty/imap-2007e/ This is where I get the error message about the missing imap_tk module. in menuselect, imap_tk is mentioned as a dependency, but I can't seem to find it anywhere or activate it somewhere. Any similar experiences, any hints, any solutions on how to find the imap_tk module, or can the dependency be removed ?? Thanks & regards, Bart -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140521/44a5a32c/attachment.html>
Chad Wallace
2014-May-22 22:18 UTC
[asterisk-users] issue installing voicemail imap support: imap_tk module missing
On Wed, 21 May 2014 23:09:28 +0200 Bart Remmerie <remmerie at gmail.com> wrote:> configure: *** The IMAP_TK installation appears to be missing or > broken.[...]> These are the steps I followed: > > sudo apt-get install libssl-dev libpam0g-dev > cd ~/src/asterisk-complete > mkdir third party > cd third party > wget ftp://ftp.cac.washington.edu/mail/imap.tar.Z $ tar zxvf > imap.tar.Z cd imap-2007e > make lnp EXTRACFLAGS="-fPIC -I/usr/include/openssl" IP6=4 > cd ~/src/asterisk-complete/asterisk/11 > ./configure --with-imap=~/src/asterisk-complete/thirdparty/imap-2007e/In your mkdir and cd lines, you have a space between third and party. That would make two directories, and then cd into 'third' (probably). Then the path you passed to configure didn't exist. -- C. Chad Wallace, B.Sc. The Lodging Company http://www.lodgingcompany.com/ OpenPGP Public Key ID: 0x262208A0
Apparently Analagous Threads
- IMAP client in asterisk not trying to contact IMAP server
- dahdi "hungup" after each ring
- Problems with obtaining t-tests of regression coefficients applying consistent standard errors after run 2SLS estimation. Clearer !!!!!
- Number portability
- Dovecot Port 993 and 995 not connecting.