Versions of shared libraries

2005-07-15 Thread Jarosław Tabor
Hi all! This is probably not the best list, but it may also be important from security point of view. I've tried to check the version of some lib from my program, and it looks, that the only way is to check it by dpkg. As this is not the best way, I think, that it would be a good

Re: Versions of shared libraries

2005-07-15 Thread Daniel Pittman
On 15 Jul 2005, Jarosław Tabor wrote: Hi all! This is probably not the best list, but it may also be important from security point of view. You were right - this isn't the best list. :/ I've tried to check the version of some lib from my program, and it looks, that the only way is to

Re: Versions of shared libraries

2005-07-15 Thread Jarosław Tabor
Dnia 15-07-2005, pią o godzinie 21:38 +1000, Daniel Pittman napisał(a): ] ldd -v -r /path/to/my/binary This does not solve the problem. I'm talking about full version number (dpkg -s packagename...). The issue is to know i.e. when library may have security holes. I've checked ldd for few