Ethereal-users: Re: [ethereal-users] Plugin warning

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 2 Jan 2000 13:35:38 -0800
> As Olivier Abad said in his reply to your previous message:
> 
> 	It is probably installed in two or more of the following directories :
> 	/usr/lib/ethereal/plugins/0.8, /usr/local/lib/ethereal/plugins/0.8 or
> 	~/.ethereal/plugins
> 
> Please check all those directories to see which of them contain a file
> "gryphon.so".

Another possibility is that PLUGIN_DIR refers to one of those
directories, but does so with, say, a path containing extra "/"s, so
that the string comparison that checks whether it's equal to
"/usr/lib/ethereal/plugins/0.8" or "/usr/local/lib/ethereal/plugins/0.8"
finds them unequal, so it scans those directories *and* PLUGIN_DIR.

What is PLUGIN_DIR defined as in the top-level "config.h" file?