Re: How to make Fedora4 build threadsafe?

Поиск
Список
Период
Сортировка
От Matt England
Тема Re: How to make Fedora4 build threadsafe?
Дата
Msg-id 6.1.2.0.2.20060305160556.045be620@127.0.0.1
обсуждение исходный текст
Ответ на Re: How to make Fedora4 build threadsafe?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Yum PG 8.1?
Следующее
От: Matt England
Дата:
Сообщение: How to build thread-safe postgresql 8.x on mingw?