[asterisk-bugs] [Asterisk 0012015]: Loading chan_mobile.so results in undefined symbol hci_get_route and immediate asterisk stop
noreply at bugs.digium.com
noreply at bugs.digium.com
Sun Mar 2 16:07:29 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12015
======================================================================
Reported By: bwern
Assigned To: dbowerman
======================================================================
Project: Asterisk
Issue ID: 12015
Category: Addons/chan_mobile
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 103754
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-17-2008 23:10 CST
Last Modified: 03-02-2008 16:07 CST
======================================================================
Summary: Loading chan_mobile.so results in undefined symbol
hci_get_route and immediate asterisk stop
Description:
Asterisk runs normally unless chan_mobile module is loaded. On load, the
following error message is shown:
asterisk: symbol lookup error: /usr/lib/asterisk/modules/chan_mobile.so:
undefined symbol: hci_get_route
Asterisk immediately stops and returns me to a command line.
Build of asterisk and chan_mobile was clean, no errors reported.
I have bluez libs (3.26-2.1) and utils (3.24-2.1) installed and apparently
functional. (Able to scan, connect, etc. to phones.)
This is on asterisk-addons trunk, r531.
======================================================================
----------------------------------------------------------------------
gkloepfer - 03-02-08 16:07
----------------------------------------------------------------------
I had the same problem - the Makefile doesn't seem to link the module with
the Bluetooth library.
This probably isn't the absolute correct way to do this, but will get you
through the compile:
add the following to the end of asterisk-addons-trunk/channels/Makefile:
chan_mobile.so: LIBS+=-lbluetooth
Hope that helps.
Issue History
Date Modified Username Field Change
======================================================================
03-02-08 16:07 gkloepfer Note Added: 0083243
======================================================================
More information about the asterisk-bugs
mailing list