Thanks for the feedback.
I checked the source code of wget and it only checks for lowercase
http_proxy. I have fixed the win32-setup.sh script in the latest SVN so
that it copies the environment variable HTTP_PROXY when set to
http_proxy before calling wget. Now it works properly on my machine.
On Sat, May 12, 2007 at 12:00:09AM +0200, Jaap Keuter wrote:
> Hi,
>
> I ended up hacking the wget config file, setting the proxy stuff there.
>
> Thanx,
> Jaap
>
> On Fri, 11 May 2007, Stephen Fisher wrote:
>
> > On Thu, May 10, 2007 at 04:28:02PM -0600, Tyler De Haven Brown wrote:
> >
> > > P.S.-I had to download the files manually, because even when setting
> > > the http_proxy correctly, I couldn't access the anonsvn server
> >
> > Mine doesn't work through a proxy either and I am setting it using the
> > correct syntax. I've narrowed the problem own to wget only looking for
> > http_proxy, not HTTP_PROXY. However, "DOS" is passing it to the script
> > as HTTP_PROXY, even when I set http_proxy=<proxy> on the command-line.
> >
> > Has anyone been able to run nmake -f makefile.nmake setup through a
> > proxy successfully? If I put export http_proxy=$HTTP_PROXY right before
> > the wget in tools/win32-setup.sh, then it works fine.
> >
> >
> >
>
> _______________________________________________
> Wireshark-dev mailing list
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev