Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: 8.3beta2 fails to compile on Centos5 x86_64


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: "Marcel Gsteiger" <Marcel(dot)Gsteiger(at)milprog(dot)ch>
  • Cc: pgsql-ports(at)postgresql(dot)org
  • Subject: Re: 8.3beta2 fails to compile on Centos5 x86_64
  • Date: Sat, 10 Nov 2007 15:04:37 -0500
  • Message-id: <19517.1194725077@sss.pgh.pa.us> <text/plain>

"Marcel Gsteiger" <Marcel(dot)Gsteiger(at)milprog(dot)ch> writes:
> Trying to rebuild postgresql-8.3beta2-1PGDG.f7.src.rpm on my Centos 5.0 x86_64, I get the error "your platform is not thread safe" during config. When I use the --enable-thread-safety-force option, the build fails with the message
> undefined reference to pthread_sigmask
> during the libpq compile.

Do you have glibc-devel installed?  It sounds like you might be missing
/usr/lib64/libpthread.so, which is in that RPM.  However, we do
BuildRequire glibc-devel, so I'm not sure how you managed to try to
build the RPM without it.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group