Closed GoogleCodeExporter closed 8 years ago
This looks like a library path issue to me. Try adding your unimrcp library
path to the ld.so.conf.d directory. E.g.
# cat > /etc/ld.so.conf.d/unimrcp
/usr/local/unimrcp/lib
# ldconfig
And then try it again. Something else to try/confirm this is to:
# ldd /usr/lib/asterisk/modules/app_unimrcp.so
linux-gate.so.1 => (0x00859000)
libunimrcpclient.so.0 => /usr/local/unimrcp/lib/libunimrcpclient.so.0 (0x004a4000)
libc.so.6 => /lib/libc.so.6 (0x00275000)
libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0 (0x006d5000)
libuuid.so.1 => /lib/libuuid.so.1 (0x00c13000)
librt.so.1 => /lib/librt.so.1 (0x00cc7000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00605000)
libpthread.so.0 => /lib/libpthread.so.0 (0x001b2000)
libdl.so.2 => /lib/libdl.so.2 (0x00907000)
libaprutil-1.so.0 => /usr/local/apr/lib/libaprutil-1.so.0 (0x00228000)
libexpat.so.0 => /lib/libexpat.so.0 (0x0042d000)
libsofia-sip-ua.so.0 => /usr/local/lib/libsofia-sip-ua.so.0 (0x00e99000)
libm.so.6 => /lib/libm.so.6 (0x00813000)
/lib/ld-linux.so.2 (0x001f5000)
libssl.so.6 => /lib/libssl.so.6 (0x00913000)
libcrypto.so.6 => /lib/libcrypto.so.6 (0x0095b000)
libz.so.1 => /usr/lib/libz.so.1 (0x00110000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x0085b000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x004e3000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x00123000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00126000)
libresolv.so.2 => /lib/libresolv.so.2 (0x0014d000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00b0b000)
libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x008bc000)
libselinux.so.1 => /lib/libselinux.so.1 (0x00161000)
libsepol.so.1 => /lib/libsepol.so.1 (0x003ce000)
If you see in the above output, ldd not being able to find the library, then
you know it is not finding the .so. So specifying that in your ld.so.conf.d dir
should help.
Original comment by thirion...@gmail.com
on 13 Dec 2010 at 12:24
Original comment by thirion...@gmail.com
on 20 Dec 2010 at 11:00
Hy,
Sorry for the late answer...
Since i was not able to get the app working correctly and because of agenda and
budget, this project was given up, so i am not able to confirm the issue.
Thank you for everything.
Original comment by ruismo...@gmail.com
on 20 Dec 2010 at 12:29
Original issue reported on code.google.com by
ruismo...@gmail.com
on 18 Oct 2010 at 4:16