[asterisk-users] pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
Jonas Kellens
jonas.kellens at telenet.be
Tue Aug 16 04:21:06 CDT 2016
On 16-08-16 04:38, George Joseph wrote:
>
>
> On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens
> <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote:
>
> Hello
>
> using pjproject 2.5.5
> using asterisk-certified-13.8-cert1
>
>
> IIRC there were API changes in pjproject 2.5 that aren't accounted for
> in asterisk 13.8. Try pjproject 2.4.5 first and let's see if that works
>
>
> Compiled pjproject 2.5.5 with :
> ./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --prefix=/usr
> --libdir=/usr/lib64 --enable-shared --disable-video
> --disable-sound --disable-opencore-amr
>
> Compiled Asterisk 13 with
> ./configure --libdir=/usr/lib64
>
> All pjproject modules are selectable in menuselect, so here no
> problem.
>
> Modules are present in /usr/lib64/asterisk/module (see below).
>
> But when I start asterisk, I get a lot of errors concerning
> res_pjsip (see below) on the asterisk CLI.
>
> Anyone have some input on this ?
>
>
> Thanks.
>
> Kind regards.
>
>
>
>
>
> --
> George Joseph
> Digium, Inc. | Software Developer
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> Check us out at: www.digium.com <http://www.digium.com/> &
> www.asterisk.org <http://www.asterisk.org/>
Hello
how can I disable all modules related to pjsip in modules.conf ??
I have now :
[modules]
autoload=yes
preload => res_config_mysql.so
noload => pbx_gtkconsole.so
noload => res_pjsip.so
noload => res_pjsip_pubsub.so
noload => res_pjsip_session.so
noload => chan_pjsip.so
noload => res_pjsip_exten_state.so
noload => res_pjsip_log_forwarder.so
load => res_musiconhold.so
noload => chan_alsa.so
noload => chan_oss.so
noload => chan_console.so
This does not make the CLI erros go away. I still have the idea that
pjsip is loaded.
Kind regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160816/6f5b2b36/attachment.html>
More information about the asterisk-users
mailing list