[asterisk-users] How to check currently used libraries from command line ?

2012-01-16 Thread Olivier
Hi, I've recently upgraded a system from 1.8 to asterisk 10 and also updated spandsp while doing so. I wondered what is the safest and easiest way to check from command line which libraries a running Asterisk system is currently using (just like dahdi show version, for instance). Though I'm

Re: [asterisk-users] How to check currently used libraries from command line ?

2012-01-16 Thread Anton Kvashenkin
ldd 2012/1/16 Olivier oza_4...@yahoo.fr Hi, I've recently upgraded a system from 1.8 to asterisk 10 and also updated spandsp while doing so. I wondered what is the safest and easiest way to check from command line which libraries a running Asterisk system is currently using (just like

Re: [asterisk-users] How to check currently used libraries from command line ?

2012-01-16 Thread Ruben Rögels
Hi Olivier, I suppose you give strace a try. It's a powerful debugging utility, you should be able to find everything you are looking for. best regards, Ruben Am 16.01.2012 11:14, schrieb Olivier: Hi, I've recently upgraded a system from 1.8 to asterisk 10 and also updated spandsp while

Re: [asterisk-users] How to check currently used libraries from command line ?

2012-01-16 Thread Olivier
2012/1/16, Anton Kvashenkin anton.juga...@gmail.com: ldd Thanks for replying. I got this: # ldd /usr/sbin/asterisk linux-gate.so.1 = (0xb7886000) libssl.so.0.9.8 = /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7834000) libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8

Re: [asterisk-users] How to check currently used libraries from command line ?

2012-01-16 Thread A J Stiles
On Monday 16 January 2012, Olivier wrote: Hi, I've recently upgraded a system from 1.8 to asterisk 10 and also updated spandsp while doing so. I wondered what is the safest and easiest way to check from command line which libraries a running Asterisk system is currently using (just like

Re: [asterisk-users] How to check currently used libraries from command line ?

2012-01-16 Thread Tzafrir Cohen
On Mon, Jan 16, 2012 at 11:14:48AM +0100, Olivier wrote: Hi, I've recently upgraded a system from 1.8 to asterisk 10 and also updated spandsp while doing so. I wondered what is the safest and easiest way to check from command line which libraries a running Asterisk system is currently using