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

From Kolmisoft Wiki
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.