Re: How to make Fedora4 build threadsafe?

From: Matt England <mengland(at)mengland(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Matthew England" <mengland(at)mengland(dot)net>,pgsql-ports(at)postgresql(dot)org
Subject: Re: How to make Fedora4 build threadsafe?
Date: 2006-03-05 22:08:44
Message-ID: 6.1.2.0.2.20060305160556.045be620@127.0.0.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


At 3/1/2006 09:34 AM, Tom Lane wrote:
>Matt England <mengland(at)mengland(dot)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

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Matt England 2006-03-06 16:14:33 How to build thread-safe postgresql 8.x on mingw?
Previous Message Devrim GUNDUZ 2006-03-04 21:49:37 Re: Yum PG 8.1?