Re: problems on solaris 7
От | Peter Lauko |
---|---|
Тема | Re: problems on solaris 7 |
Дата | |
Msg-id | freemail.20010726213501.37166@fm3.freemail.hu обсуждение исходный текст |
Ответ на | Re: problems on solaris 7 (Justin Clift <justin@postgresql.org>) |
Список | pgsql-general |
Hi! Well, you write just the opposite in installation guide: "19. Run the regression tests to make sure the compilation worked Firstly though you'll need to edit the src/test/regress/pg_regress.sh script to use TCP instead of UNIX domain sockets $ cd src/test/regress $ sed "s/beos/beos\* | \*solaris/" pg_regress.sh > pg_regress.tmp $ mv pg_regress.tmp pg_regress.sh $ cd ../../.. $ make check" I've done this, so that pg_regress.sh looks this way: case $host_platform in *-*-qnx* | *beos* | *solaris*) unix_sockets=no;; *) unix_sockets=yes;; esac It seems that I use tcp. So, which one is the good one? bye, Peter Justin Clift <justin@postgresql.org> wrote: > Ouch... > > Did you definitely make sure it was doing the test with Unix Domain > Sockets instead of via TCP (it's a search and replace, as per that > Installation Guide)? If so, then the test results are accurate and it > could be a problem. > > Regards and best wishes, > > Justin Clift
В списке pgsql-general по дате отправления: