Libh323 linux x86 64 r.so.1.18.0: cannot open shared object file

From Kolmisoft Wiki
Revision as of 07:13, 21 June 2012 by Admin (talk | contribs) (Created page with 'If you get this error when starting Asterisk: Starting asterisk: /usr/sbin/asterisk: error while loading shared libraries: libh323_linux_x86_64_r.so.1.18.0: cannot open shared…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If you get this error when starting Asterisk:

Starting asterisk: /usr/sbin/asterisk: error while loading shared libraries: libh323_linux_x86_64_r.so.1.18.0: cannot open shared object 
file: No such file or directory
[  OK  ]
Asterisk ended with exit status 127
Asterisk died with code 127.

Edit this file:

/etc/ld.so.conf

Add this line:

/usr/local/lib

Run this command:

ldconfig

Restart Asterisk.