Re: Libpq ssl fix - Mailing list pgsql-patches

From Andreas Pflug
Subject Re: Libpq ssl fix
Date
Msg-id 40B7841F.6040001@pse-consulting.de
Whole thread Raw
In response to Libpq ssl fix  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: Libpq ssl fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Manfred Spraul wrote:

>
>
> Btw, --enable-thread-safety on Linux (RedHat Fedora Core 1) fails in
> configure with
>
>> configure: error:
>> *** Thread test program failed.  Your platform is not thread-safe.
>> *** Check the file 'config.log'for the exact reason.
>

I had this too, for two reasons:
- configure checks for libpthreads, while the libs are called libpthread
on my system.
- patch for thread_test.c needed posted some hours ago.

Regards,
Andreas



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: thread safety testing fix
Next
From: Thomas Hallgren
Date:
Subject: Re: Link errors on win32