On Mon, Oct 21, 2013 at 7:26 AM, virendra bhati <[email protected]> wrote:
> Hi Team, > > I have installed asterisk-12 Beta but when I try to asterisk start then > get below issue. > > *[root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]# asterisk -r > asterisk: error while loading shared libraries: libjansson.so.4: cannot > open shared object file: No such file or directory > [root@cs-gb-pwr-1-04 asterisk-12.0.0-beta1]#* > > 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: echo "/usr/local/lib" > /etc/ld.so.conf.d/usr_local.conf /sbin/ldconfig 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! -- Thanks, Warren Selby, dCAP http://www.SelbyTech.com <http://www.selbytech.com>
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
