Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] issue installing voicemail imap support: imap_tk module missing


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
remmerie at gmail.com
Guest





PostPosted: Wed May 21, 2014 4:10 pm    Post subject: [asterisk-users] issue installing voicemail imap support: im Reply with quote

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
Back to top
cwallace at lodgingcom...
Guest





PostPosted: Thu May 22, 2014 5:19 pm    Post subject: [asterisk-users] issue installing voicemail imap support: im Reply with quote

On Wed, 21 May 2014 23:09:28 +0200
Bart Remmerie <remmerie@gmail.com> wrote:

Quote:
configure: *** The IMAP_TK installation appears to be missing or
broken.
[...]
Quote:
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


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
remmerie at gmail.com
Guest





PostPosted: Mon May 26, 2014 4:31 am    Post subject: [asterisk-users] issue installing voicemail imap support: im Reply with quote

Dear Chad,
 
the folder is correctly named thirdparty
Using "third party" was no more than a typo in the email I sent to the list, sorry for that.  At the same time ... it's often these tiny mistakes that are the problem.
 
Any other suggestions ?
 
Bart
 
 
Date: Thu, 22 May 2014 15:18:52 -0700
From: Chad Wallace <cwallace@lodgingcompany.com (cwallace@lodgingcompany.com)>
To: asterisk-users@lists.digium.com (asterisk-users@lists.digium.com)
Subject: Re: [asterisk-users] issue installing voicemail imap support:
        imap_tk module missing
Message-ID: <20140522151852.0f5017b3@ws78.int.tlc (20140522151852.0f5017b3@ws78.int.tlc)>
Content-Type: text/plain; charset=US-ASCII

On Wed, 21 May 2014 23:09:28 +0200
Bart Remmerie <remmerie@gmail.com (remmerie@gmail.com)> wrote:
Quote:
configure: *** The IMAP_TK installation appears to be missing or
broken.
[...]
Quote:
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
Back to top
remmerie at gmail.com
Guest





PostPosted: Tue Jun 03, 2014 3:26 pm    Post subject: [asterisk-users] issue installing voicemail imap support: im Reply with quote

Does anybody know where imap_tk is supposed to be / where it comes from ?
Is it a part of asterisk / imap / linux / ...

I can't seem to find any references other than related to asterisk, but in asterisk I only can find it as a (unfortunately missing) dependency for imap support for voicemail...

Bart
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Wed Jun 11, 2014 11:37 am    Post subject: [asterisk-users] issue installing voicemail imap support: im Reply with quote

On Tue, Jun 03, 2014 at 10:26:26PM +0200, Bart Remmerie wrote:
Quote:
Does anybody know where imap_tk is supposed to be / where it comes from ?
Is it a part of asterisk / imap / linux / ...

I can't seem to find any references other than related to asterisk, but in asterisk I only can find it as a (unfortunately missing) dependency for imap support for voicemail...

What distribution is it?

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
remmerie at gmail.com
Guest





PostPosted: Thu Jun 12, 2014 3:46 am    Post subject: [asterisk-users] issue installing voicemail imap support: im Reply with quote

I'm using
 
* ubuntu 14.04 LTS
* asterisk 11.10 (from source)
* imap-2007f (from source)
 
Bart


On Wed, Jun 11, 2014 at 6:36 PM, Tzafrir Cohen <tzafrir.cohen@xorcom.com (tzafrir.cohen@xorcom.com)> wrote:
Quote:
On Tue, Jun 03, 2014 at 10:26:26PM +0200, Bart Remmerie wrote:
Quote:
Does anybody know where imap_tk is supposed to be / where it comes from ?
Is it a part of asterisk / imap / linux / ...

I can't seem to find any references other than related to asterisk, but in asterisk I only can find it as a (unfortunately missing) dependency for imap support for voicemail...



What distribution is it?

--
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen@xorcom.com ([email]jabber%3Atzafrir.cohen@xorcom.com[/email])
tzafrir.cohen@xorcom.com (tzafrir.cohen@xorcom.com)
http://www.xorcom.com

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
Bart Remmerie
+32 (0477) 78.88.76[url=#][/url]
remmerie@gmail.com (remmerie@gmail.com)
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Thu Jun 12, 2014 5:20 am    Post subject: [asterisk-users] issue installing voicemail imap support: im Reply with quote

On Thu, Jun 12, 2014 at 10:45:37AM +0200, Bart Remmerie wrote:
Quote:
I'm using

* ubuntu 14.04 LTS
* asterisk 11.10 (from source)
* imap-2007f (from source)

Any reason you don't install uw-imap from ubuntu? libc-client2007e-dev
or libc-client-dev .

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services