[asterisk-users] "pri show version" still shows old version despite doing a make && make clean && make install for v1.4.11

bruce bruce bruceb444 at gmail.com
Thu May 27 19:00:27 CDT 2010


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:
*root at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100527/8db5e0d9/attachment.htm 


More information about the asterisk-users mailing list