ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] OSX build environments need elinks or links or lynx installe

From: Michael Tüxen <Michael.Tuexen@xxxxxxxxxxxxxxxxx>
Date: Sat, 13 Dec 2008 21:36:51 +0100
Hi Bill,

you are correct...

I have installed elinks on both of them.

Best regards
Michael

On Dec 13, 2008, at 5:05 PM, Bill Meier wrote:


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
___________________________________________________________________________
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