From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meir Tseitlin Subject: Re: Pcap question Date: Wed, 5 Mar 2014 22:32:41 +0200 Message-ID: References: <5313905E.7000603@6wind.com> <5314E6F4.2090709@6wind.com> <5314F4BA.7020507@6wind.com> <5314F611.5010307@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: dev-VfR2kkLFssw@public.gmane.org To: Olivier MATZ Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Olivier, I guess something is still wrong: testpmd application is reporting "PMD: pcap library cannot send packets, please rebuild with a more up to date libpcap" message when I try creating a bridge between two network cards. I am more than sure that older version of pcap is not installed: cigol@cigol-desktop:~/debug$ ls -l /usr/local/lib/*pcap* -rw-r--r-- 1 root root 1274936 Mar 5 23:26 /usr/local/lib/libpcap.a lrwxrwxrwx 1 root root 12 Mar 5 23:26 /usr/local/lib/libpcap.so -> libpcap.so.1 lrwxrwxrwx 1 root root 16 Mar 5 23:26 /usr/local/lib/libpcap.so.1 -> libpcap.so.1.5.3 -rwxr-xr-x 1 root root 786725 Mar 5 23:26 /usr/local/lib/libpcap.so.1.5.3 Do you have any thoughts? THank you for kind support, Meir On Mon, Mar 3, 2014 at 11:45 PM, Meir Tseitlin wrote: > Yep, > > It did resolved the issue. > > I also think it should be handled somehow by default, because Ubuntu is > not an esoteric distro. Why not patching it as well? > > Anyway great work! > > > On Mon, Mar 3, 2014 at 11:37 PM, Olivier MATZ wrote: > >> On 03/03/2014 10:31 PM, Olivier MATZ wrote: >> >>> LIBPCAP_LDFLAGS ?= $(patsubst -Wl$(comma),%,$(shell pcap-config >>> --libs)) >>> >> >> I forgot a %: >> >> LIBPCAP_LDFLAGS ?= $(patsubst -Wl$(comma)%,%,$(shell pcap-config --libs)) >> >> > > > -- > Kind regards, > *Meir Tseitlin* > Software architect *Mobile:* +972.54.7647417 > *Fax:* +972.72.2812365 > *Email:* meir.tech-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > *http://il.linkedin.com/in/meirts * > *Independent consultant* > > See who we know in common Want > a signature like this? > > -- Kind regards, *Meir Tseitlin* Software architect*Mobile:* +972.54.7647417 *Fax:* +972.72.2812365 *Email:* meir.tech-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org *http://il.linkedin.com/in/meirts * *Independent consultant* See who we know in commonWant a signature like this?