<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 21, 2013 at 7:26 AM, virendra bhati <span dir="ltr"><<a href="mailto:virbhati@gmail.com" target="_blank">virbhati@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Team,<br><br></div>I have installed asterisk-12 Beta but when I try to asterisk start then get below issue. <br>
<br><b>[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk  -r<br>asterisk: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory<br>
[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#</b><span class=""><font color="#888888"><br></font></span><br></div></blockquote></div><br></div><div class="gmail_extra">So, as a specific answer to the original question, the proper resolution to this issue, assuming you manually installed libjansson, is the following, pulled from the install_prereq scripts:<br>
</div><div class="gmail_extra"><br>echo "/usr/local/lib" > /etc/ld.so.conf.d/usr_local.conf<br>/sbin/ldconfig<br><br></div><div class="gmail_extra">This worked for me on a fresh CentOS 6.4 installation where I didn't use the install_prereq script, and thus was having your same issue.  Hope this helps someone in the future!<br>
<br clear="all"><div><div dir="ltr">--<br>Thanks,<br>Warren Selby, dCAP<br><a href="http://www.selbytech.com" target="_blank">http://www.SelbyTech.com</a><br></div></div>
<br></div></div>