Tom Lane wrote:
One idea: you are linking to /usr/local/ssl/lib/libssl.so, but is it possible that when you compile PG it is finding the header files for some other version?
Sureenough...I put a #ERROR at the top of the 'old/incorrect' ssl..h and did a make clean/make and errored out.
So I was building with 0.9.8 libraries...but 0.9.7 header files. That can't be good.I guess hat would explain why nobody else on the planet has seen this issue.... :)
thanks much for the assist!