Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] win32-setup.sh fails to set executable bit for upx.exe - any

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Thu, 29 Nov 2007 20:50:23 -0500
Ulf Lamping wrote:
Although I see a change in the win32-setup.sh file (so I got your changes), there's unfortunately no change in behaviour, upx.exe still lacks the executable bit ...


OK: Let's go to the tape ...

Please add a
	set -x
someplace near the beginning of win32-setup.sh.

Then run the library setup and post the output.
'set -x' should provide enough output to identify the problem.

Bill