Ethereal-dev: Re: [Ethereal-dev] ./configure glitch maybe

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: Sat, 6 Jan 2001 16:00:36 -0800
On Sat, Jan 06, 2001 at 05:34:40PM -0500, Thunderbolt wrote:
> I've changed the following line in the generated Makefile
> 
> LDFLAGS =  -L/usr/local/lib
> 
> for
> 
> LDFLAGS =  -L/usr/local/lib -L/usr/lib

If that fixed something, there is something on the operating system so
badly broken as to beggar the imagination; any linker on a purportedly
UNIX-compatible system (such as Linux) that doesn't look in "/usr/lib"
*by default* is extremely broken.

I'd suggest complaining to Red Hat about that, or trying to debug the
problem further.