Opened 17 years ago

Last modified 17 years ago

#92 closed defect

Undefined OpenSSL/ALSA symbols when running Python — at Initial Version

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.5.10
Component: applications Version: 0.5.9
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

When the configure script detects the availability of OpenSSL and ALSA libraries, TLS and ALSA support will be included with the library.

But unfortunately this causes undefined symbol error when running Python application, for example:

python pjsua_app.py
 Traceback (most recent call last):
   File "pjsua_app.py", line 8, in ?
     import py_pjsua
 ImportError: /usr/lib/python2.4/site-packages/py_pjsua.so: undefined symbol: 
 snd_pcm_close

Change History (0)

Note: See TracTickets for help on using tickets.