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

Wireshark-dev: [Wireshark-dev] OSX build environments need elinks or links or lynx installed ..

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sat, 13 Dec 2008 11:05:57 -0500

It appears that neither elinks, links or lynx are installed in the two OSX build environments ....

(I committed a change to Makefile.am slightly so all three of elinks,links and lynx get tried before the make errors out).


./faq.py >faq.txt.tmp
elinks -dump -dump-width 72 -no-numbering -no-references < faq.txt.tmp > faq.txt || \ links -dump -width 72 -no-numbering -no-references < faq.txt.tmp > faq.txt || \ lynx -dump -width=72 -nolist -stdin -force-html < faq.txt.tmp > faq.txt
/bin/sh: elinks: command not found
/bin/sh: links: command not found
/bin/sh: lynx: command not found
make[2]: *** [faq.txt] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
program finished with exit code 2