bruce bruce
2010-May-28 00:00 UTC
[asterisk-users] "pri show version" still shows old version despite doing a make && make clean && make install for v1.4.11
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
Tim Nelson
2010-May-28 01:41 UTC
[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> wrote:>What am I doing wrong that it's not update to 1.4.11? >Thanks, Bruce ------Did you restart your services to ensure the new library was picked up? --Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100527/90ad27da/attachment-0001.htm
Apparently Analagous Threads
- Commands to upgrade to latest Libpri? can I upgrade without touching Asterisk?
- PRI down due to chan_zap.c: No more room in scheduler....Got SABME and Sending Unnumbered Acknowledgement...Any thoughts?
- Asterisk + RedHat9 - Libpri problem
- Zap PRI failed with Cause 34 - Where to check for problems?
- Libpri 1.4.11 Released