Re: How to make Fedora4 build threadsafe? - Mailing list pgsql-ports

From Matt England
Subject Re: How to make Fedora4 build threadsafe?
Date
Msg-id 6.1.2.0.2.20060305160556.045be620@127.0.0.1
Whole thread Raw
In response to Re: How to make Fedora4 build threadsafe?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ports
At 3/1/2006 09:34 AM, Tom Lane wrote:
>Matt England <mengland@mengland.net> writes:
> > I experienced this error while running this ./configure:
> > ./configure --enable-thread-safety --prefix=/cgrid/local/postgresql
> > on FedoraCore4:
> > checking thread safety of required library functions... no
>
>Hmm, it works fine for me on FC4.  I wonder if you are missing the
>glibc-devel RPM?

I checked, and said rpm was already on my system.

However, I did build successfully.  Here's how:

As per:

http://www.redhat.com/archives/rhl-list/2006-March/msg00023.html

I built from the source rpm at:

http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/postgresql-8.1.3-1.src.rpm

...and everything built ok with

./configure --enable-thread-safety
make

-Matt


pgsql-ports by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: Yum PG 8.1?
Next
From: Matt England
Date:
Subject: How to build thread-safe postgresql 8.x on mingw?