[asterisk-bugs] [Asterisk 0016433]: app_voicemail will module will not load
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 14 10:25:59 CST 2009
The following issue requires your FEEDBACK.
======================================================================
https://issues.asterisk.org/view.php?id=16433
======================================================================
Reported By: shrift
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16433
Category: Applications/app_voicemail/IMAP
Reproducibility: always
Severity: block
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.0-rc8
JIRA: SWP-539
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-12-11 16:38 CST
Last Modified: 2009-12-14 10:25 CST
======================================================================
Summary: app_voicemail will module will not load
Description:
When I start asterisk it says:
[2009-12-11 17:35:11] WARNING[3879]: loader.c:386 load_dynamic_module:
Error loading module 'app_voicemail.so':
/usr/lib/asterisk/modules/app_voicemail.so: R_PPC_REL24 relocation at
0x0de96a28 for symbol `X509_STORE_CTX_get_error' out of range
I know I have this problem in -rc7 as well, I suspect most of 1.6.2 has
been affected, I just actually didn't notice until now (haven't gone into
production, so voicemail doesn't get used much).
During compile I get this warning:
[CC] app_voicemail.c -> app_voicemail.o
In file included from /usr/src/imap-2007e/c-client/osdep.h:63,
from /usr/src/imap-2007e/c-client/c-client.h:42,
from app_voicemail.c:82:
/usr/src/imap-2007e/c-client/env_unix.h:71: warning: function declaration
isn’t a prototype
[LD] app_voicemail.o -> app_voicemail.so
======================================================================
----------------------------------------------------------------------
(0115201) lmadsen (administrator) - 2009-12-14 10:25
https://issues.asterisk.org/view.php?id=16433#c115201
----------------------------------------------------------------------
Are you building on a 64-bit machine? I have a feeling this is a
documentation issue when building on 64-bit platforms.
Here is something I likely need to add to the documentation. Compile
c-client with something like:
make lr5 EXTRACFLAGS=-fPIC IP6=4
it's the EXTRACFLAGS part that you need to build on 64-bit machines. Let
me know how that goes as that will likely help. Otherwise, the errors
you're getting look to be issues with OpenSSL or some other external
library outside of Asterisk.
Issue History
Date Modified Username Field Change
======================================================================
2009-12-14 10:25 lmadsen Note Added: 0115201
2009-12-14 10:25 lmadsen Status acknowledged =>
feedback
======================================================================
More information about the asterisk-bugs
mailing list