Hi Guys,

I am running a PBXinaFLASH server. I replaced contents of /usr/src/libpri
with the new version of Libpri v1.4.11. The installed one was v1.4.10.
System is running Asterisk  1.4.21.2.

I did the following after:

cd /usr/src/libpri/
make
make clean
make install

Install end with these lines.....:

*ln -sf libpri.so.1.4 libpri.so*
*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*


Is this ^^^^^ installed properly? Don't I get a successful message?
And here is the result:
*r...@pbx:/usr/src/libpri $ asterisk -rx "pri show version"*
*libpri version: 1.4.10.2*

What am I doing wrong that it's not update to 1.4.11?

Thanks,
Bruce
-- 
_____________________________________________________________________
-- 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

Reply via email to