Ethereal-users: Re: [ethereal-users] compilation prob.

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

From: Paul Mitchell <pmitchel@xxxxxxxxxxxxx>
Date: Tue, 19 Sep 2000 09:57:32 -0400 (EDT)
On Tue, 19 Sep 2000, Guy Harris wrote:

> I'd bet there's somehow one in "/usr/local/include", as GLib shouldn't
> have installed one, and Sun shouldn't have supplied an extra bogus one
> as part of OpenWindows, but you might as well check for all of them -
> from the top-level Ethereal source directory, do:
> 
> 	ls -l net/if.h
> 	ls -l wiretap/net/if.h
> 	ls -l /usr/local/include/net/if.h
> 	ls -l /usr/local/lib/glib/include/net/if.h
> 	ls -l /usr/openwin/include/net/if.h

Script started on Tue Sep 19 09:55:12 2000
sh-2.04$ ls -l net/if.h
ls: net/if.h: No such file or directory
sh-2.04$  ls -l wiretap/net/if.h
ls: wiretap/net/if.h: No such file or directory


sh-2.04$ ls -l /usr/local/include/net/if.h
ls: /usr/local/include/net/if.h: Permission denied
sh-2.04$ cd /usr/local/include
sh-2.04$ ls -l | grep net
drwxr-x---   2 root     Other         512 Sep 15 15:36 net/

BINGO!! 


sh-2.04$ cd ~pmitchel/ethereal-0.8.12/
sh-2.04$ ls -l /usr/local/lib/glib/include/net/if.h
ls: /usr/local/lib/glib/include/net/if.h: No such file or directory
sh-2.04$  ls -l /usr/openwin/include/net/if.h
ls: /usr/openwin/include/net/if.h: No such file or directory
sh-2.04$ exit
exit

script done on Tue Sep 19 09:56:53 2000