From chiccus2003 at libero.it Wed May 2 08:52:02 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Wed, 2 May 2012 10:52:02 +0200 (CEST) Subject: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <20840093.2190581335948722292.JavaMail.defaultUser@defaultHost> Hi, I do not know how to build Wireshark-1.6.7 against patched libpcap. The Kernel 3.2.0+ is built and installed in directory: umberto at umberto-desktop:/usr/src The patched libpcap + libnl +libdect are built and installed in directory: umberto at umberto-desktop:/usr/src/tools Also the source directory wireshark-1.6.7 is in directory: umberto at umberto-desktop:/usr/src/tools I do: cd wireshark-1.6.7$ sudo ./configure --with-pcap=/usr/local/lib and I get the error: ........ checking for connect... yes checking whether to use libpcap for packet capture... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pcap_open_live in -lpcap... no checking for pcap_open_live in -lpcap with -lcfg -lodm... no checking for pcap_open_live in -lpcap with -lpfring... no configure: error: Can't link with library libpcap. andrea at andrea-desktop:/usr/src/tools/wireshark-1.6.7$ What should I do? (Pci card installed) With best regards, Umberto From chiccus2003 at libero.it Sat May 5 09:34:19 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Sat, 5 May 2012 11:34:19 +0200 (CEST) Subject: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <28862155.3698841336210459245.JavaMail.defaultUser@defaultHost> Hi, I do not know how to build Wireshark-1.6.7 against patched libpcap. The Kernel 3.2.0+ is built and installed in directory: umberto at umberto-desktop:/usr/src The patched libpcap + libnl +libdect are built and installed in directory: umberto at umberto-desktop:/usr/src/tools Also the source directory wireshark-1.6.7 is in directory: umberto at umberto-desktop:/usr/src/tools I do: cd wireshark-1.6.7$ sudo ./configure --with-pcap=/usr/local/lib and I get the following error: ........ checking for connect... yes checking whether to use libpcap for packet capture... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pcap_open_live in -lpcap... no checking for pcap_open_live in -lpcap with -lcfg -lodm... no checking for pcap_open_live in -lpcap with -lpfring... no configure: error: Can't link with library libpcap. andrea at andrea-desktop:/usr/src/tools/wireshark-1.6.7$ But if I run ?./configure?, then when I run ?sudo wireshark? can not find the interface dect. There are only interfaces: "any" - "lo" - "usb0". What should I do? (Pci card installed) With best regards, Umberto From samuel at sieb.net Sun May 6 04:13:02 2012 From: samuel at sieb.net (Samuel Sieb) Date: Sat, 05 May 2012 21:13:02 -0700 Subject: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <28862155.3698841336210459245.JavaMail.defaultUser@defaultHost> References: <28862155.3698841336210459245.JavaMail.defaultUser@defaultHost> Message-ID: <4FA5FA4E.2040402@sieb.net> chiccus2003 at libero.it wrote: > > The patched libpcap + libnl +libdect are built and installed in directory: > umberto at umberto-desktop:/usr/src/tools > They're installed there, or they're installed in /usr/local? Make sure you know exactly where the library and the headers were installed. > > I do: > > cd wireshark-1.6.7$ sudo ./configure --with-pcap=/usr/local/lib > If you've installed them using the defaults, try --with-pcap=/usr/local instead. From chiccus2003 at libero.it Tue May 8 09:45:15 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Tue, 8 May 2012 11:45:15 +0200 (CEST) Subject: R: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <1752413.4887101336470315322.JavaMail.defaultUser@defaultHost> Hi Samuel, thank you for your help. I will try to follow your information. With best regards, Umberto >----Messaggio originale---- >Da: samuel at sieb.net >Data: 06/05/2012 6.13 >A: >Ogg: Re: How to build Wireshark-1.6.7 against patched libpcap > >chiccus2003 at libero.it wrote: >> >> The patched libpcap + libnl +libdect are built and installed in directory: >> umberto at umberto-desktop:/usr/src/tools >> >They're installed there, or they're installed in /usr/local? Make sure you know >exactly where the library and the headers were installed. >> >> I do: >> >> cd wireshark-1.6.7$ sudo ./configure --with-pcap=/usr/local/lib >> >If you've installed them using the defaults, try --with-pcap=/usr/local instead. > > From chiccus2003 at libero.it Sat May 12 08:54:41 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Sat, 12 May 2012 10:54:41 +0200 (CEST) Subject: I: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <26893519.6985541336812881114.JavaMail.defaultUser@defaultHost> Hi Samuel, I followed your instructions, but nothing. I built and install in directory /usr/src the: patched libpcap + libnl + libdect The headers + pcap.h of patched libpcap and of libnl are installed in directory: /usr/src and also /usr/local/include I do: cd /usr/src/wireshark-1.6.7 sudo ./autogen.sh I tried all the following directory: -sudo ./configure ?with-pcap=/usr/local -sudo ./configure ?with-pcap=/usr/local/include -sudo ./configure ?with-pcap=/usr/local/include/pcap -sudo ./configure ?with-pcap=/usr/local/include/pcap/pcap.h -sudo ./configure ?with-pcap=/usr/local/lib -sudo ./configure ?with-pcap=/usr/src/libpcap but nothing, I get always the following error: ........ checking for connect... yes checking whether to use libpcap for packet capture... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pcap_open_live in -lpcap... no checking for pcap_open_live in -lpcap with -lcfg -lodm... no checking for pcap_open_live in -lpcap with -lpfring... no configure: error: Can't link with library libpcap. If instead I run ONLY ?./configure? is OK, but then if I run ?sudo wireshark? can not find the interface dect. There are only interfaces: "any" - "lo" - "usb0". There is something that does not work (sorry for bad english). Some ideas? (Pci card installed) With best regards, Umberto >----Messaggio originale---- >Da: chiccus2003 at libero.it >Data: 08/05/2012 11.45 >A: , >Ogg: R: Re: How to build Wireshark-1.6.7 against patched libpcap > >Hi Samuel, > >thank you for your help. > >I will try to follow your information. > >With best regards, > >Umberto > >>----Messaggio originale---- >>Da: samuel at sieb.net >>Data: 06/05/2012 6.13 >>A: >>Ogg: Re: How to build Wireshark-1.6.7 against patched libpcap >> >>chiccus2003 at libero.it wrote: >>> >>> The patched libpcap + libnl +libdect are built and installed in directory: >>> umberto at umberto-desktop:/usr/src/tools >>> >>They're installed there, or they're installed in /usr/local? Make sure you >know >>exactly where the library and the headers were installed. >>> >>> I do: >>> >>> cd wireshark-1.6.7$ sudo ./configure --with-pcap=/usr/local/lib >>> >>If you've installed them using the defaults, try --with-pcap=/usr/local >instead. >> >> > > > > From samuel at sieb.net Tue May 15 05:40:48 2012 From: samuel at sieb.net (Samuel Sieb) Date: Mon, 14 May 2012 22:40:48 -0700 Subject: I: Re: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <26893519.6985541336812881114.JavaMail.defaultUser@defaultHost> References: <26893519.6985541336812881114.JavaMail.defaultUser@defaultHost> Message-ID: <4FB1EC60.9010209@sieb.net> chiccus2003 at libero.it wrote: > The headers + pcap.h of patched libpcap and of libnl are installed in > directory: > /usr/src and also /usr/local/include > > > I tried all the following directory: > > -sudo ./configure ?with-pcap=/usr/local > > Some ideas? > Check in the config.log file for the specifics of what is failing. From chiccus2003 at libero.it Sat May 26 13:00:24 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Sat, 26 May 2012 15:00:24 +0200 (CEST) Subject: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <30400120.1618651338037224148.JavaMail.defaultUser@defaultHost> Hi Samuel, thanks again for your help. I attach the ?config.log? (with leafpad) created after: sudo ./configure --with-pcap=/usr/local or sudo ./configure --with-pcap=/usr/local/include There are some "result: no", but i do not think this is the problem. I tried a lot in Google, but I have not found anything. The problem is known? Any idea? With best regards, Umberto >----Messaggio originale---- >Da: samuel at sieb.net >Data: 15/05/2012 7.40 >A: "chiccus2003 at libero.it" >Cc: >Ogg: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap > >chiccus2003 at libero.it wrote: >> The headers + pcap.h of patched libpcap and of libnl are installed in >> directory: >> /usr/src and also /usr/local/include >> >> >> I tried all the following directory: >> >> -sudo ./configure ?with-pcap=/usr/local >> >> Some ideas? >> >Check in the config.log file for the specifics of what is failing. > > -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: text/x-log Size: 124435 bytes Desc: not available URL: From samuel at sieb.net Sun May 27 05:36:49 2012 From: samuel at sieb.net (Samuel Sieb) Date: Sat, 26 May 2012 22:36:49 -0700 Subject: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <30400120.1618651338037224148.JavaMail.defaultUser@defaultHost> References: <30400120.1618651338037224148.JavaMail.defaultUser@defaultHost> Message-ID: <4FC1BD71.1030002@sieb.net> chiccus2003 at libero.it wrote: > /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_alloc_cache' > /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_get_name' That's your problem. It's finding the pcap library, but the dect dependency is not in the path, so that's why it's failing. Where is that library? From chiccus2003 at libero.it Sun May 27 09:40:13 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Sun, 27 May 2012 11:40:13 +0200 (CEST) Subject: R: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <557181.1851291338111613667.JavaMail.defaultUser@defaultHost> Hi Samuel, thanks again. Run "locate libpcap.so" and I find the following paths: /usr/lib/libpcap.so /usr/lib/libpcap.so.0.8 /usr/lib/libpcap.so.1.0.0 /usr/local/lib/libpcap.so /usr/local/lib/libpcap.so.1 /usr/local/lib/libpcap.so.1.2.0-PRE-GIT /usr/src/libpcap/libpcap.so.1.2.0-PRE-GIT With best regards, Umberto >----Messaggio originale---- >Da: samuel at sieb.net >Data: 27/05/2012 7.36 >A: "chiccus2003 at libero.it" >Cc: >Ogg: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap > >chiccus2003 at libero.it wrote: >> /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_alloc_cache' >> /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_get_name' > >That's your problem. It's finding the pcap library, but the dect dependency is >not in the path, so that's why it's failing. Where is that library? > > From e_tews at seceng.informatik.tu-darmstadt.de Sun May 27 13:02:06 2012 From: e_tews at seceng.informatik.tu-darmstadt.de (Erik Tews) Date: Sun, 27 May 2012 15:02:06 +0200 Subject: R: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <557181.1851291338111613667.JavaMail.defaultUser@defaultHost> References: <557181.1851291338111613667.JavaMail.defaultUser@defaultHost> Message-ID: <1338123726.4748.0.camel@lap19.cdc.informatik.tu-darmstadt.de> Hi You should look for libnl Am Sonntag, den 27.05.2012, 11:40 +0200 schrieb chiccus2003 at libero.it: > Hi Samuel, > > thanks again. > > Run "locate libpcap.so" and I find the following paths: > > /usr/lib/libpcap.so > /usr/lib/libpcap.so.0.8 > /usr/lib/libpcap.so.1.0.0 > /usr/local/lib/libpcap.so > /usr/local/lib/libpcap.so.1 > /usr/local/lib/libpcap.so.1.2.0-PRE-GIT > /usr/src/libpcap/libpcap.so.1.2.0-PRE-GIT > > With best regards, > > Umberto > > >----Messaggio originale---- > >Da: samuel at sieb.net > >Data: 27/05/2012 7.36 > >A: "chiccus2003 at libero.it" > >Cc: > >Ogg: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap > > > >chiccus2003 at libero.it wrote: > >> /usr/local/lib/libpcap.so: undefined reference to > `nl_dect_cell_alloc_cache' > >> /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_get_name' > > > >That's your problem. It's finding the pcap library, but the dect dependency > is > >not in the path, so that's why it's failing. Where is that library? > > > > > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From benjamin at dev-tec.de Mon May 28 09:14:11 2012 From: benjamin at dev-tec.de (Benjamin S.) Date: Mon, 28 May 2012 11:14:11 +0200 Subject: R: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <557181.1851291338111613667.JavaMail.defaultUser@defaultHost> References: <557181.1851291338111613667.JavaMail.defaultUser@defaultHost> Message-ID: <4FC341E3.9060807@dev-tec.de> Hi Umberto, libpcap seems to work fine, but the required lib "libnl" is lacking the function 'nl_dect_cell_get_name' you need to install a newer version of libnl or compile it from git. Best regards Benjamin Am 27.05.2012 11:40, schrieb chiccus2003 at libero.it: > Hi Samuel, > > thanks again. > > Run "locate libpcap.so" and I find the following paths: > > /usr/lib/libpcap.so > /usr/lib/libpcap.so.0.8 > /usr/lib/libpcap.so.1.0.0 > /usr/local/lib/libpcap.so > /usr/local/lib/libpcap.so.1 > /usr/local/lib/libpcap.so.1.2.0-PRE-GIT > /usr/src/libpcap/libpcap.so.1.2.0-PRE-GIT > > With best regards, > > Umberto > >> ----Messaggio originale---- >> Da: samuel at sieb.net >> Data: 27/05/2012 7.36 >> A: "chiccus2003 at libero.it" >> Cc: >> Ogg: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap >> >> chiccus2003 at libero.it wrote: >>> /usr/local/lib/libpcap.so: undefined reference to > `nl_dect_cell_alloc_cache' >>> /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_get_name' >> >> That's your problem. It's finding the pcap library, but the dect dependency > is >> not in the path, so that's why it's failing. Where is that library? >> >> > > From chiccus2003 at libero.it Mon May 28 19:11:59 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Mon, 28 May 2012 21:11:59 +0200 (CEST) Subject: R: Re: R: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <3052853.2486261338232319440.JavaMail.defaultUser@defaultHost> Hi Benjamin, thanks to everyone for the help. I compiled the libnl by: git://dect.osmocom.org/git/libnl.git (I attach the config.log file of libnl) Before installing the libnl, the libdect, and the libpcap i did: cd /usr/src/linux-2.6 sudo make headers_install then sudo cp /usr/src/linux-2.6/include/linux/socket.h /usr/include/linux sudo cp /usr/src/linux-2.6/include/linux/netlink.h /usr/include/linux sudo cp /usr/src/linux-2.6/include/linux/dect.h /usr/include/linux sudo cp /usr/src/linux-2.6/include/linux/dect_netlink.h /usr/include/linux (deleted enum dect_ari_classes) but nothing, i get always configure: error: can't link with library libpcap. With best regards, Umberto >----Messaggio originale---- >Da: benjamin at dev-tec.de >Data: 28/05/2012 11.14 >A: "chiccus2003 at libero.it" >Cc: >Ogg: Re: R: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap > >Hi Umberto, > >libpcap seems to work fine, >but the required lib "libnl" is lacking the function >'nl_dect_cell_get_name' >you need to install a newer version of libnl or >compile it from git. > >Best regards >Benjamin > >Am 27.05.2012 11:40, schrieb chiccus2003 at libero.it: >> Hi Samuel, >> >> thanks again. >> >> Run "locate libpcap.so" and I find the following paths: >> >> /usr/lib/libpcap.so >> /usr/lib/libpcap.so.0.8 >> /usr/lib/libpcap.so.1.0.0 >> /usr/local/lib/libpcap.so >> /usr/local/lib/libpcap.so.1 >> /usr/local/lib/libpcap.so.1.2.0-PRE-GIT >> /usr/src/libpcap/libpcap.so.1.2.0-PRE-GIT >> >> With best regards, >> >> Umberto >> >>> ----Messaggio originale---- >>> Da: samuel at sieb.net >>> Data: 27/05/2012 7.36 >>> A: "chiccus2003 at libero.it" >>> Cc: >>> Ogg: Re: R: Re: I: Re: How to build Wireshark-1.6.7 against patched libpcap >>> >>> chiccus2003 at libero.it wrote: >>>> /usr/local/lib/libpcap.so: undefined reference to >> `nl_dect_cell_alloc_cache' >>>> /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_get_name' >>> >>> That's your problem. It's finding the pcap library, but the dect dependency >> is >>> not in the path, so that's why it's failing. Where is that library? >>> >>> >> >> > > -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: text/x-log Size: 69919 bytes Desc: not available URL: From samuel at sieb.net Mon May 28 19:20:32 2012 From: samuel at sieb.net (Samuel Sieb) Date: Mon, 28 May 2012 12:20:32 -0700 Subject: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <3052853.2486261338232319440.JavaMail.defaultUser@defaultHost> References: <3052853.2486261338232319440.JavaMail.defaultUser@defaultHost> Message-ID: <4FC3D000.2050004@sieb.net> chiccus2003 at libero.it wrote: > > I compiled the libnl by: > git://dect.osmocom.org/git/libnl.git > > (I attach the config.log file of libnl) > The config.log for libpcap would be more useful to find out where libnl got installed since your patched libpcap would have required to find it when compiling. You did install libnl somewhere? From chiccus2003 at libero.it Tue May 29 12:44:10 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Tue, 29 May 2012 14:44:10 +0200 (CEST) Subject: R: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <9941114.2697201338295450383.JavaMail.defaultUser@defaultHost> Hi Samuel, 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. With best regards, Umberto >----Messaggio originale---- >Da: samuel at sieb.net >Data: 28/05/2012 21.20 >A: >Ogg: Re: How to build Wireshark-1.6.7 against patched libpcap > >chiccus2003 at libero.it wrote: >> >> I compiled the libnl by: >> git://dect.osmocom.org/git/libnl.git >> >> (I attach the config.log file of libnl) >> >The config.log for libpcap would be more useful to find out where libnl got >installed since your patched libpcap would have required to find it when >compiling. You did install libnl somewhere? > > From samuel at sieb.net Tue May 29 20:08:16 2012 From: samuel at sieb.net (Samuel Sieb) Date: Tue, 29 May 2012 13:08:16 -0700 Subject: R: Re: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <9941114.2697201338295450383.JavaMail.defaultUser@defaultHost> References: <9941114.2697201338295450383.JavaMail.defaultUser@defaultHost> Message-ID: <4FC52CB0.1070806@sieb.net> chiccus2003 at 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. From chiccus2003 at libero.it Wed May 30 19:24:19 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Wed, 30 May 2012 21:24:19 +0200 (CEST) Subject: R: Re: R: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <30030326.3695081338405859161.JavaMail.defaultUser@defaultHost> Hi Samuel, thanks again for the help. I uninstalled the libnl, libdect and libpcap from the directory /usr/src; then I installed the libnl, libdect and libpcap in the directory /usr/local. I compile wireshark-1.6.7 in the directory /usr/src or in the directory /usr/local with: sudo ./configure --with-pcap=/usr/local but nothing, I get always the following error: checking for pcap_open_live in -lpcap... no checking for pcap_open_live in -lpcap with -lcfg -lodm... no checking for pcap_open_live in -lpcap with -lpfring... no configure: error: Can't link with library libpcap. (I attach the new config.log file of libpcap and libnl). I think that the problem (undefined reference to nl_dect_cell_get_name) is solved. With best regards, Umberto >----Messaggio originale---- >Da: samuel at sieb.net >Data: 29/05/2012 22.08 >A: >Ogg: Re: R: Re: How to build Wireshark-1.6.7 against patched libpcap > >chiccus2003 at 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. > > -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log libnl Type: application/octet-stream Size: 69939 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log libpcap Type: application/octet-stream Size: 63799 bytes Desc: not available URL: From samuel at sieb.net Wed May 30 20:26:55 2012 From: samuel at sieb.net (Samuel Sieb) Date: Wed, 30 May 2012 13:26:55 -0700 Subject: How to build Wireshark-1.6.7 against patched libpcap In-Reply-To: <30030326.3695081338405859161.JavaMail.defaultUser@defaultHost> References: <30030326.3695081338405859161.JavaMail.defaultUser@defaultHost> Message-ID: <4FC6828F.7060903@sieb.net> I will take any further messages in this thread off-list as it's really not relevant. chiccus2003 at libero.it wrote: > > (I attach the new config.log file of libpcap and libnl). > I need the config.log from wireshark. From chiccus2003 at libero.it Thu May 31 11:34:23 2012 From: chiccus2003 at libero.it (chiccus2003 at libero.it) Date: Thu, 31 May 2012 13:34:23 +0200 (CEST) Subject: R: Re: How to build Wireshark-1.6.7 against patched libpcap Message-ID: <24812392.4032871338464063643.JavaMail.defaultUser@defaultHost> Hi Samuel, thanks. 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 With best regards, Umberto >----Messaggio originale---- >Da: samuel at sieb.net >Data: 30/05/2012 22.26 >A: >Ogg: Re: How to build Wireshark-1.6.7 against patched libpcap > >I will take any further messages in this thread off-list as it's really not >relevant. > >chiccus2003 at libero.it wrote: >> >> (I attach the new config.log file of libpcap and libnl). >> > >I need the config.log from wireshark. > > -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: text/x-log Size: 124311 bytes Desc: not available URL: