<div>When I do "show pri version" I still see 1.4.10. Is that right or should I see 1.4.10.2 since I upgraded it.</div><div><br></div><div>I did the install but shouldn't I get an "Install sucesful message" ?</div>
<div><br></div><b>Just did a "make clean && make && make install" and output is:</b><div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT copy_string.o -MF .copy_string.o.d -MP -c -o copy_string.o copy_string.c</div>
<div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT pri.o -MF .pri.o.d -MP -c -o pri.o pri.c</div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT q921.o -MF .q921.o.d -MP -c -o q921.o q921.c</div>
<div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT prisched.o -MF .prisched.o.d -MP -c -o prisched.o prisched.c</div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT q931.o -MF .q931.o.d -MP -c -o q931.o q931.c</div>
<div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT pri_facility.o -MF .pri_facility.o.d -MP -c -o pri_facility.o pri_facility.c</div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT version.o -MF .version.o.d -MP -c -o version.o version.c</div>
<div>ar rcs libpri.a copy_string.o pri.o q921.o prisched.o q931.o pri_facility.o version.o</div><div>ranlib libpri.a</div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT copy_string.lo -MF .copy_string.lo.d -MP -c -o copy_string.lo copy_string.c</div>
<div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT pri.lo -MF .pri.lo.d -MP -c -o pri.lo pri.c</div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT q921.lo -MF .q921.lo.d -MP -c -o q921.lo q921.c</div>
<div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT prisched.lo -MF .prisched.lo.d -MP -c -o prisched.lo prisched.c</div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT q931.lo -MF .q931.lo.d -MP -c -o q931.lo q931.c</div>
<div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT pri_facility.lo -MF .pri_facility.lo.d -MP -c -o pri_facility.lo pri_facility.c</div><div>gcc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC -MD -MT version.lo -MF .version.lo.d -MP -c -o version.lo version.c</div>
<div>gcc -shared -Wl,-hlibpri.so.1.4 -o libpri.so.1.4 copy_string.lo pri.lo q921.lo prisched.lo q931.lo pri_facility.lo version.lo</div><div>/sbin/ldconfig -n .</div><div>ln -sf libpri.so.1.4 libpri.so</div><div>mkdir -p /usr/lib</div>
<div>mkdir -p /usr/include</div><div>install -m 644 libpri.h /usr/include</div><div>install -m 755 libpri.so.1.4 /usr/lib</div><div>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</div>
<div>( cd /usr/lib ; ln -sf libpri.so.1.4 libpri.so)</div><div>install -m 644 libpri.a /usr/lib</div><div>if test $(id -u) = 0; then /sbin/ldconfig -n /usr/lib; fi</div><div><br></div><div>Thanks,</div><div>Bruce</div><div>
<br></div><div><br><br><div class="gmail_quote">On Mon, May 17, 2010 at 4:03 PM, bruce bruce <span dir="ltr"><<a href="mailto:bruceb444@gmail.com">bruceb444@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks for the help Tzafrir.<div><br></div><div>I think for libpri you meant >= 1.4.x rather than 1.4.4 as the latest version available is 1.4.10.2....or maybe 1.4.10 is greater than 1.4.4 ?! Why haven't they changed the name to 1.5.0. I never get the nomenclature for these things.</div>
<div><br></div><div>Thanks again,</div><div>Bruce<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, May 17, 2010 at 3:48 PM, Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On Mon, May 17, 2010 at 03:22:04PM -0400, bruce bruce wrote:<br>
> Hi Guys,<br>
><br>
> I have to upgrade to latest Libpri 1.4.10.2 due to an existing bug in the<br>
> current 1.4.10 version. I am running Asterisk 1.4.x (in fact it is a<br>
> PBXinaFLASH system).<br>
><br>
> How can I upgrade to the latest Libpri? Do I need to re-install Asterisk?<br>
> Won't that break the box?<br>
<br>
</div>If you upgrade from a version of libpri that is >= 1.4.4 , you just need<br>
to rebuild and reinstall libpri.<br>
<div><br>
<br>
><br>
> Can I simply do this to upgrade:<br>
><br>
> *rm /usr/src/libpri/*.**<br>
><br>
</div>> *rm -rf /usr/src/libpri/**<br>
<br>
Not really needed<br>
<div><br>
><br>
><br>
> Download the new libpri and put files in folder /usr/src/libpri/<br>
><br>
</div>> *cd /usr/src/libpri && make clean && make && make install*<br>
<br>
Basically, yes.<br>
<br>
'make clean' is not streactly needed, though it is harmless.<br>
<div><br>
--<br>
Tzafrir Cohen<br>
icq#16849755 <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com" target="_blank">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406 mailto:<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a> <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
<br>
--<br>
_____________________________________________________________________<br>
</div><div><div></div><div>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div></div>