Asterisk 15.6.1. Symbol Pjsip_tls_transport_start2 Not Found
Hello.
After successful compilation 15.6.1 (bundled pjsip) and start asterisk i has error Symbol pjsip_tls_transport_start2 not found.
/main/libasteriskpj.exports does not containg pjsip_tls_transport_start2
and pjsip_tls_transport_start.
More:
* All versions before (including 15.5) has not such error on this
computer (ubuntu 18.04).
* with 15.6.0, 15.6.1 has error on this computer
* Other server (ubuntu 16.04) has not this error with 15.6.0
What’s wrong? Where to start searching for reasons?
Thanks
2 thoughts on - Asterisk 15.6.1. Symbol Pjsip_tls_transport_start2 Not Found
I just tried building and running 15.6 on 18.04 and didn’t have an issue. Can you double check that you don’t have any libpj* files anywhere in
/usr/lib or /usr/local/lib?
You can also run “aptitude search pjsip pjproject” to make sure the packages aren’t installed.
./configure –with-crypto –with-ssl –with-srtp –with-pjproject-bundled
The culprit of this behavior is option –with-ssl Version 15.5 does not have this problem.
26.09.2018 16:46, George Joseph пишет: