Re: problems on solaris 7

From: Peter Lauko <laox(at)freemail(dot)hu>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problems on solaris 7
Date: 2001-08-26 19:35:01
Message-ID: freemail.20010726213501.37166@fm3.freemail.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Ford 2001-08-26 19:45:33 Re: Re: MySQL's (false?) claims... (was: Re: PL/java?)
Previous Message Justin Clift 2001-08-26 18:59:36 Re: problems on solaris 7