Subject: Re: Error compiling courier-imap 1.5.3
To: None <netbsd-help@netbsd.org>
From: David S. <davids@idiom.com>
List: netbsd-help
Date: 09/08/2002 20:14:13
> > I'm guessing that you're not using the NetBSD pkgsrc version of
> > the program.  Is there a reason why?
> 
> This is correct.  I just got a bug and opted to install without
> using the pkgsrc.  Everything else I have installed has been via
> pkgsrc.

Then supposing that you want to link against the version of OpenSSL
you've indicated that you've installed in '/usr/local',

	find /usr/local -name '*.h' | xargs grep ERR_error_string_n

should tell you the path the header file where 'ERR_error_string_n'
is defined.  Put that path in a "--with-include=" flag or in an
"CPPFLAG" environment variable when you run 'configure'.

David S.

>