[asterisk-bugs] [JIRA] (ASTERISK-23711) Asterisk does not compile when HAVE_PJ_TRANSACTION_GRP_LOCK is not defined
Walter Doekes (JIRA)
noreply at issues.asterisk.org
Fri Oct 10 04:29:29 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222969#comment-222969 ]
Walter Doekes commented on ASTERISK-23711:
------------------------------------------
Your config.log says this:
{noformat}
[ 154s] configure:23780: checking for pjsip_tsx_create_uac2 in -lpjsip
[ 154s] configure:23805: gcc -o conftest -fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -DPJ_AUTOCONF=1 -DPJ_HAS_IPV6=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC conftest.c -lpjsip -lpjsua2 -lstdc++ -lpjsua -lpjsip-ua -lpjsip-simple -lpjsip -lpjmedia-codec -lpjmedia -lpjmedia-videodev -lpjmedia-audiodev -lpjmedia -lpjnath -lpjlib-util -lsrtp -lgsm -lspeex -lspeexdsp -lpj -lm -lrt -lpthread -lcrypto -lssl -lm >&5
[ 154s] /usr/lib/gcc/i586-suse-linux/4.8/../../../libpj.so: undefined reference to `SSLv2_method'
[ 154s] /usr/lib/gcc/i586-suse-linux/4.8/../../../libpj.so: undefined reference to `SSLv2_server_method'
[ 154s] collect2: error: ld returned 1 exit status
{noformat}
Did http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140816/eb270c60/attachment.patch ever reach your pjproject?
> Asterisk does not compile when HAVE_PJ_TRANSACTION_GRP_LOCK is not defined
> --------------------------------------------------------------------------
>
> Key: ASTERISK-23711
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23711
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip
> Affects Versions: 12.2.0
> Environment: gcc (SUSE Linux) 4.8.1 20130909
> pjsip 2.2.1
> Reporter: Marcello Ceschia
> Assignee: Matt Jordan
> Severity: Critical
> Attachments: autoconfig.h, config.log, config.log, configure, obs-build-log-asterisk13-i586.txt, PJSIP_config.log
>
>
> {code}
> res_pjsip/pjsip_distributor.c: In function ‘find_dialog’:
> res_pjsip/pjsip_distributor.c:141:21: error: ‘pjsip_transaction’ has no member named ‘mutex’
> pj_mutex_unlock(tsx->mutex);
> ^
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list