[BUG] Can't configure PJSIP with SSL for BlackBerry 10 targets

MC
Michele Cicciotti
Fri, May 8, 2015 4:42 PM

Revision r4966 broke SSL on BlackBerry 10. The issue is that BlackBerry
10 has no "dl" library, which makes this test fail:

AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 &&
LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz)

I'm not sure how to fix it without breaking other platforms

Revision r4966 broke SSL on BlackBerry 10. The issue is that BlackBerry 10 has no "dl" library, which makes this test fail: AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz) I'm not sure how to fix it without breaking other platforms
M
Ming
Mon, May 11, 2015 9:19 AM

Hi Michele,

I've removed the optional library dependencies from the configure
script in r5091 (https://trac.pjsip.org/repos/changeset/5091). Thanks
for the report.

Regards,
Ming

On Sat, May 9, 2015 at 12:42 AM, Michele Cicciotti
michele.cicciotti@privatewave.com wrote:

Revision r4966 broke SSL on BlackBerry 10. The issue is that BlackBerry 10
has no "dl" library, which makes this test fail:

AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 &&
LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz)

I'm not sure how to fix it without breaking other platforms


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Michele, I've removed the optional library dependencies from the configure script in r5091 (https://trac.pjsip.org/repos/changeset/5091). Thanks for the report. Regards, Ming On Sat, May 9, 2015 at 12:42 AM, Michele Cicciotti <michele.cicciotti@privatewave.com> wrote: > Revision r4966 broke SSL on BlackBerry 10. The issue is that BlackBerry 10 > has no "dl" library, which makes this test fail: > > AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && > LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz) > > I'm not sure how to fix it without breaking other platforms > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org