This is a discussion on Re: BUG #3713: problem with thread safety??? within the pgsql Bugs forums, part of the PostgreSQL category; --> Theodore Petrosky <tedpet5@yahoo.com> writes: > as I don't know enough to tell what is happening, I > will attach ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Theodore Petrosky <tedpet5@yahoo.com> writes: > as I don't know enough to tell what is happening, I > will attach the config.log... Well, you didn't need to look all that hard ... configure:24893: checking thread safety of required library functions configure:24921: gcc -no-cpp-precomp -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -Kthread -kthread -pthread -pthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE conftest.c -lz -ledit -lm -lpthread >&5 conftest.c:146:43: error: ./src/test/thread/thread_test.c: No such file or directory So somehow src/test/thread/thread_test.c is missing from your source tree. The only reason I've seen for that happening is when people thought that they could download just the "base" tarball and not the whole source distribution. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| Tom Lane napsal(a): > So somehow src/test/thread/thread_test.c is missing from your source > tree. The only reason I've seen for that happening is when people > thought that they could download just the "base" tarball and not the > whole source distribution. I found this problem as well when I verified BUG3728. I think it is problem with packaging, base should be compiled without any other parts. If it is not possible that I don't see any reason to have and distribute this tarball. Zdenek ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |