chiccus2003@libero.it wrote:
I had installed the libnl, the libdect and the libpcap in the directory /usr/src/tools, but then failed to compile wireshark, I uninstalled the libnl, the libdect and the libpcap with “sudo make uninstall”.
Then I reinstalled the libnl, the libdect and the libpcap in the directory /usr/src where there is also the kernel 3.2.0 installed.
What you need to do is configure libnl, libdect, and libpcap to install into /usr/local. Recompile them all and install them. That way the libs will all be in /usr/local/lib. Then when you compile wireshark using --with-pcap=/usr/local it should work.