Jon Earle wrote: > 1. Why does the detection for crypt fail in configure but work at the > commandline? > > 2. Why would there be a difference between detecting PQ functions in the > postgres client static lib vs the shared lib?
After banging away at it a bit more, I solved my own problem. I put a CFLAGS=-lcrypt before the configure ... line and that solved both issues. Onwards!