On Tue, 30 May 2006 01:15:02 +0000 (UTC) "Peter Bortas @ Pike developers forum" 10353@lyskom.lysator.liu.se wrote:
/usr/sfw. Rather than add that wouldn't it be better to first add the defensive aproach of configuring postgres out if the headers aren't found?
I'm not sure. Postgresql will only need the ssl headers if it was compiled with ssl support. So the only time this happens is when the postgresql configure script found the include dir with openssl in it, but the pike configure script doesn't find that dir.
So, its either add a check for /usr/sfw, or add a check to see if postgresql found openssl and if so, check for openssl ourselves. The former may fix other problems finding includes/libs for other modules.
Adam