Wireshark-dev: Re: [Wireshark-dev] Help on installing wireshark on Windows XP
From: "Siva S" <s.siva@xxxxxxxxxxxxx>
Date: Mon, 9 Nov 2009 20:39:11 +0530 (IST)
Hi, Thanks for your reply. I also did the same and then it compiled properly. But, while executing the "wireshark.exe", I was getting this error. "The Application failed to initialize properly (0xc0150002). Click OK to terminate the application" Can anyone help me on this?. Thanks & Regards, Siva S. > I met this problem last week too. > > I simply downloaded the asked libs from > http://anonsvn.wireshark.org/wireshark/trunk/ > > Yann > > > ________________________________ > > From: wireshark-dev-bounces@xxxxxxxxxxxxx > [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Siva S > Sent: Wednesday, October 28, 2009 8:47 AM > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] Help on installing wireshark on Windows XP > > > Hi, > > This is what I got if I do "nmake -f Makefile.nmake process_libs". I > have given the path correctly. I have changed the file location also. > Then also it was trying to download from internet. > > > nmake -f Makefile.nmake process_libs > > Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 > Copyright (C) Microsoft Corporation. All rights reserved. > > if not exist C:\wireshark-win32-libs md C:\wireshark-win32-libs > > ****** glib_2.18.1-1_win32.zip ****** > Using Internet Explorer proxy settings. > HTTP proxy (172.28.0.12:8002) has been specified and will be used. > Downloading gtk2.14/glib_2.18.1-1_win32.zip into C:\WIRESH~1, installing > into gl > ib > --2009-10-28 13:02:25-- > http://anonsvn.wireshark.org/wireshark-win32-libs/tags/ > /packages//gtk2.14/glib_2.18.1-1_win32.zip > Connecting to 172.28.0.12:8002... failed: No route to host. > > ERROR: Can't download > http://anonsvn.wireshark.org/wireshark-win32-libs/tags//pa > ckages//gtk2.14/glib_2.18.1-1_win32.zip > > NMAKE : fatal error U1077: 'c:\cygwin\bin\bash.EXE' : return code '0x1' > Stop. > > > > Thanks & Regards, > Siva S > > > Peter Johansson wrote: > > 2009/10/28 Siva S <s.siva@xxxxxxxxxxxxx> > > > Hi, > > If I do "nmake -f makefile.nmake process_libs", then > also it was trying to download the library files. I have given the > library files path also. > Thanks & Regards, > Siva S > > > Peter Johansson wrote: > > 2009/10/27 Siva S <s.siva@xxxxxxxxxxxxx> > > > Hi, > > Thanks for your comments. > If I do nmake -f Makefile.nmake > allthen, this is the error I got. > "ERROR: Package > glib_2.18.1-1_win32.zip is needed but is apparently not downloaded;" > I think I have to explicitly > configure wireshark with the library paths. I was not able to do "nmake > -f Makefile.nmake setup" because, I don't have a internet connection. > So, I downloaded all the library files required by wireshark and > installed it on "C:/wireshark-win32-libs/". > Please help me on this. Thanks in > advance. > > > Thanks & Regards, > Siva S > > > Graham Bloice wrote: > > Jaap Keuter wrote: > > Don't work in cygwin window. Do nmake in > 'DOS box' > > Send from my iPhone > > On 27 okt 2009, at 12:59, Siva S > <s.siva@xxxxxxxxxxxxx> <mailto:s.siva@xxxxxxxxxxxxx> wrote: > > > > Hi, > > I am trying to install wireshark in > windows XP. I have installed > WinPcap also. I was using cygwin to > install wireshark. > I have added one dissector parser > code which is working fine in > linux. After doing "make distclean" in > linux environment, and I have > taken the same source code to install it > in windows machine. > > If I am doing ./configure, it was > showing the error "error: Can't > link with library libpcap.". > Can anybody help me on this?. Please > correct me if I was wrong. > > -- > Thanks & Regards, > Siva > > To amplify Japp's advice, Wireshark on > Windows is built with the Visual Studio toolset using nmake. Cygwin is > required, but only for some small tools not natively provided on > Windows. > > Read the Developers Guide on tool setup: > http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html > > > -- > Regards, > > Graham Bloice > > > Since you downloaded the libraries on your own > rather than by "nmake -f makefile.nmake setup" you most likely also need > to edit your config.nmake file and adjust the WIRESHARK_LIBS to pinpoint > to where you downloaded the libraries. > > Once WIRESHARK_LIBS points to the correct > location, you should be able to run "nmake -f makefile.nmake > process_libs" that will then process the downloaded libraries preparing > them for the build (extracting/decompressing/whatever). > > When that is done, run "nmake -f makefile.nmake > verify_tools" to ensure that nothing else is missing. > > Then (if you passed the steps above), you should > be able to compile and link! > > Regards, Peter > > > > It only actually attempts to download the library files if you > put them in the "wrong location", my guess is that you do not have > WIRESHARK_LIBS pointing in the right direction yet. > > When I do "nmake -f makefile.nmake process_libs" on my machine I > get the following: > c:\Wireshark>nmake -f makefile.nmake process_libs > Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 > Copyright (C) Microsoft Corporation. All rights reserved. > > ****** glib_2.20.5-1_win32.zip ****** > Using Internet Explorer proxy settings. > HTTP proxy (proxy.se.abb.com:81) has been specified and will be > used. > Downloading gtk2.16/glib_2.20.5-1_win32.zip into C:\WIRESH~3, > installing into glib > File `glib_2.20.5-1_win32.zip' already there; not retrieving. > > Notice the last line on the "...already there; not retrieving". > > Regards, Peter > > ________________________________ > > > > ________________________________________________________________________ > ___ > Sent via: Wireshark-dev mailing list > <wireshark-dev@xxxxxxxxxxxxx> <mailto:wireshark-dev@xxxxxxxxxxxxx> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > > mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe > > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe
- Follow-Ups:
- Re: [Wireshark-dev] Help on installing wireshark on Windows XP
- From: Stephen Fisher
- Re: [Wireshark-dev] Help on installing wireshark on Windows XP
- References:
- Re: [Wireshark-dev] Help on installing wireshark on Windows XP
- From: BARILLY YANN
- Re: [Wireshark-dev] Help on installing wireshark on Windows XP
- Prev by Date: Re: [Wireshark-dev] Problem while compiling and running a plugin
- Next by Date: Re: [Wireshark-dev] Wireshark 1.3.1 and python dissector
- Previous by thread: Re: [Wireshark-dev] Help on installing wireshark on Windows XP
- Next by thread: Re: [Wireshark-dev] Help on installing wireshark on Windows XP
- Index(es):