unispeech / asterisk-unimrcp

UniMRCP modules for Asterisk
http://www.unimrcp.org/asterisk
GNU General Public License v2.0
48 stars 35 forks source link

error while loading shared libraries: libsofia-sip-ua.so.0 #49

Closed MrityunjoyS closed 3 years ago

MrityunjoyS commented 3 years ago

I've installed unimrcp-master branch successfully. Asterisk 16, is already installed. But while I'm trying to Test the setup using below command :-

./unimrcpserver Getting below error :-

./unimrcpserver: error while loading shared libraries: libsofia-sip-ua.so.0: cannot open shared object file: No such file or directory

achaloyan commented 3 years ago

Use ldconfig If it does help inspect the library path with ldd /opt/unimrcp/bin/unimrcpserver

MrityunjoyS commented 3 years ago

@achaloyan , thanks for the quick response. After using ldconfig I'm able to run above command.

If it does help inspect the library path with ldd /opt/unimrcp/bin/unimrcpserver

But when running this command I'm getting no such file or directory ->

/usr/local/unimrcp/bin# ldd /opt/unimrcp/bin/unimrcpserver ldd: /opt/unimrcp/bin/unimrcpserver: No such file or directory

While searching for module, *CLI> module show like res_speech_unimrcp.so and *CLI> module show like app_unimrcp.so getting no results.

Module                         Description                              Use Count  Status      Support Level
0 modules loaded

Please provide some suggestions