--On Sunday, March 4, 2007 12:40 AM -0500 Tom Lane <tgl@xxxxxxxxxxxxx>
wrote:
You need to look at the config.log output to see exactly what configure
tried to do and what error it got.
Thanks, Tom, this was helpful!!
Here's the problem: when configure tries to compile the code snippet to
check for com_err, it needs to do this with -lcrypto added, but it's not
using that. What's the "right" way to fix this? I could probably get it to
work by brutally hacking configure, but there's got to be a better way.
-Thanks, Jim