Opened 18 years ago
Closed 18 years ago
#92 closed defect (fixed)
Undefined OpenSSL/ALSA symbols when running Python
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 (last modified by bennylp)
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
Thanks Matthias Laur for the report.
Change History (2)
comment:1 Changed 18 years ago by bennylp
- Description modified (diff)
comment:2 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r935.