[tcpdump-workers] bad soname for libpcap.so.1.6.2 ?

2016-05-06 Thread ikuzar RABE
Hi all, is normal that soname of libpcap.so.1.6.2 is libpcap.so.0.8 ? Why it is not libpcap.so.1 or higher ? ikuzar:~# objdump -p /usr/lib/x86_64-linux-gnu/libpcap.so.1.6.2 | grep SONAME SONAME libpcap.so.0.8 ikuzar:~# objdump -p /usr/local/lib/libpcap.so.1.1.1 | grep SONAME SO

Re: [tcpdump-workers] bad soname for libpcap.so.1.6.2 ?

2016-05-06 Thread Romain Francoise
Hello, On Fri, May 06, 2016 at 05:22:24PM +0200, ikuzar RABE wrote: > is normal that soname of libpcap.so.1.6.2 is libpcap.so.0.8 ? This is specific to Debian and its derivatives, for more details see: https://people.debian.org/~rfrancoise/libpcap-faq.html -- Romain Francoise http://people.

Re: [tcpdump-workers] bad soname for libpcap.so.1.6.2 ?

2016-05-06 Thread hans
On May 06 17:37:51, rfranco...@debian.org wrote: > > is normal that soname of libpcap.so.1.6.2 is libpcap.so.0.8 ? > This is specific to Debian and its derivatives, for more details see: > https://people.debian.org/~rfrancoise/libpcap-faq.html And it's /usr/lib/libpcap.so.8.1 on current OpenBSD