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

Ethereal-users: [Ethereal-users] post-'make install' problem solved

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Chris Sylvain <csylvain@xxxxxxxxx>
Date: Thu, 05 Jul 2001 17:03:58 -0400
(install done on a SunOS 5.7 system)

first do this:

$ cd /usr/local/man
$ /usr/lib/makewhatis .

and then if you see this after you've completed the install:

$ man ethereal
No manual entry for ethereal.
$ man Ethereal
windex entry incorrect:  Ethereal(1) not found.

you will need to rename the man page file so the windex entry and the
file name are completely consistent:

$ mv ethereal.1 Ethereal.1
$ mv tethereal.1 Tethereal.1

and your reward:

$ man Ethereal
Reformatting page.  Wait... done

 .
 .


enjoy!