[Asterisk-Users] libbluetooth
Mark Johnson
asterisk at astroshapes.com
Tue Nov 8 13:08:23 MST 2005
Victor Alvarez wrote:
> Hi,
>
> I found a problem when trying to install the module chan_bluetooth
> from 'the crazy greek'. Most of installation seems fine,
> chan_bluetooth.so is created and located in
> /usr/src/asterisk/channels/. But when I try to start up asterisk, I
> get the following message:
>
> [chan_bluetooth.so]Jan 8 16:55:07 WARNING[18861]: loader.c:258
> ast_load_resource: libbluetooth.so.1: cannot open shared object file:
> No such file or directory
> Jan 8 16:55:07 WARNING[18861]: loader.c:440 load_modules: Loading
> module chan_bluetooth.so failed!
>
> That file (libbluetooth.so.1) is in /usr/local/lib/. Should I copy it
> somewhere else? Where is it trying to find the file?
>
> Thanks,
> Victor.
>
First, check your /etc/ld.so.conf file and make sure "/usr/local/lib" is
in there. When your are certain it's there, run "ldconfig -v" and all
the .so objects should scroll by and you'll see your new bluetooth
shared object file! Asterisk should start after that.
Mark
More information about the asterisk-users
mailing list