Hi Samuel,
update You on the problem.
I run only “sudo ./configure --with-pcap” without the directory /usr/local and I have compiled without errors wireshark.
Not show more (undefined reference to `nl_dect_cell_get_name').
Instead there is: rpath,/usr/local/lib -lpcap -lnl-dect >&5 (see the new “config.log” file of wireshark-1.6.7).
Now when I run “sudo wireshark” there are only interfaces: "any pseudo-device that captures on all iterfaces" - "usb bus number1"- "lo".
(I attach “dmesg” partial).
Any idea? Thanks again
With best regards, Umberto
(........perhaps this can help someone else).
----Messaggio originale---- Da: chiccus2003@libero.it Data: 01/06/2012 21.51 A: samuel@sieb.net Cc: linux-dect@lists.osmocom.org Ogg: R: Re: How to build Wireshark-1.6.7 against patched libpcap
Hi Samuel,
thanks.
I removed from synaptic the normal libpcap (libpcap0.8 - libpcap-dev and libpcap0.8-dev).
I reinstalled the libnl, libdect and the patched libpcap in the directory /usr/local.
I rebooted the system, but nothing, I always get the same error:
configure: error: can't link with library libpcap.
With best regards, Umberto
----Messaggio originale---- Da: samuel@sieb.net Data: 31/05/2012 20.42 A: "chiccus2003@libero.it"chiccus2003@libero.it Ogg: Re: How to build Wireshark-1.6.7 against patched libpcap
chiccus2003@libero.it wrote:
I send the new config.log file of wireshark-1.6.7
I compile wireshark-1.6.7 in the directory /usr/src with:
sudo ./configure --with-pcap=/usr/local
It's failing with the same missing symbol. Do you have a normal libpcap installed on your system? Maybe you need to remove that, the linker may
be
finding that one first.