Re: Libpq ssl fix

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Manfred Spraul <manfred(at)colorfullife(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Libpq ssl fix
Date: 2004-05-28 18:25:35
Message-ID: 40B7841F.6040001@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-05-28 18:32:58 Re: Link errors on win32
Previous Message Thomas Hallgren 2004-05-28 18:21:34 Re: Link errors on win32