Re: More SSL crash woes

From: Jeff Amiel <jamiel(at)istreamimaging(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: More SSL crash woes
Date: 2008-04-08 22:08:09
Message-ID: 47FBECC9.50303@istreamimaging.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?
>>
>
Sure
enough...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!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-08 22:21:55 Re: Cannot use a standalone backend to VACUUM in "postgres""
Previous Message Manuel Sugawara 2008-04-08 22:06:58 Re: Cannot use a standalone backend to VACUUM in "postgres""