On Friday, October 17, 2008, 1:16:42 PM, Ramesh Sankaranarayanan wrote: > To answer your 2 questions, here is what I see: > C:\Wireshark>bash bash-3.2$ bash -o igncr echo > bash: /usr/bin/echo: No such file or directory
Ah yes, I forgot it should be "-c echo". However no matter, the result shows that igncr is not the problem. > bash-3.2$ bash -o igncr pod2html --title="The Wireshark Network Analyzer \ > 1.1.2-DVB-SIM" --css=ws.css --noind wireshark-tmp. pod >wireshark.html > Can't execute /usr/bin/pod2html. > bash-3.2$ (echo $? might have been useful after that, too.) What are the results of: ls -dl /usr/bin/pod2html* ls -dl /usr/bin/perl* head /usr/bin/pod2html Does this work: /usr/bin/perl -S pod2html --title="The Wireshark Network Analyzer 1.1.2-DVB-SIM" --css=ws.css --noind wireshark-tmp.pod >wireshark.html John -- Dead stars still burn _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
