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

Ethereal-dev: Re: [Ethereal-dev] about the installation of ethereal-0.10.4 on redhat9.0

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 12 Jun 2004 02:26:21 -0700
On Fri, Jun 11, 2004 at 08:59:03AM +0800, À½­ wrote:
> thanks you reply for my question.the result of the command of "find -name config.h
> -print" is:
> [root@zjhc411 ethereal-0.10.4]# find -name config.h -print
> ./wiretap/config.h
> ./config.h
> [root@zjhc411 ethereal-0.10.4]#
> 
> ------------
> what should i do for the error?

Try doing "make distclean", re-running the configure script (and pipe
its output to a file, e.g.

	./configure 2>&1 | tee /tmp/config.out

if you're running a Bourne-shell-compatible shell such as bash or

	./configure |& tee /tmp/config.out

if you're using a C-shell-compatible shell such as tcsh), and then doing
the make.