Asterisk component versions

Hi Guys,

can I go with latest version of all these 3
Asterisk 15
Dahdi 2.11
libpri 1.6

will be there any compatibility issue as I am getting below error while configuring libpri
mkdir -p /usr/lib
mkdir -p /usr/include
install -m 644 libpri.h /usr/include
install -m 755 libpri.so.1.4 /usr/lib
#if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep “SELinux status:” | grep -q “enabled”); then /sbin/restorecon -v /usr/lib/libpri.so.1.4; fi
( cd /usr/lib ; ln -sf libpri.so.1.4 libpri.so)
install -m 644 libpri.a /usr/lib
if test $(id -u) = 0; then /sbin/ldconfig -n /usr/lib; fi

You missed out the error from your posting!

this is I am getting while run make install command to instal libpri

mkdir -p /usr/lib
mkdir -p /usr/include
install -m 644 libpri.h /usr/include
install -m 755 libpri.so.1.4 /usr/lib
#if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep “SELinux status:” | grep -q “enabled”); then /sbin/restorecon -v /usr/lib/libpri.so.1.4; fi
( cd /usr/lib ; ln -sf libpri.so.1.4 libpri.so)
install -m 644 libpri.a /usr/lib
if test $(id -u) = 0; then /sbin/ldconfig -n /usr/lib; fi

Whilst I’m not sure what one expect to be logged in this case, there is no indication to me that the installation hasn’t been completely successful.

Hi David how can i check whether lbpri is correcly installed or not??

Run ldd against the program or shared library that needs it. Or run the program and see if it complains.

Also, I believe libpri is a Sangoma product, so you may get better support from them, if that is the case.