Re: Performance Test for PostgreSQL9 - Mailing list pgsql-performance

From Mark Kirkwood
Subject Re: Performance Test for PostgreSQL9
Date
Msg-id 4D6B3852.7010500@catalyst.net.nz
Whole thread Raw
In response to Re: Performance Test for PostgreSQL9  (Selva manickaraja <mavles78@gmail.com>)
Responses Re: Performance Test for PostgreSQL9
List pgsql-performance
On 28/02/11 18:09, Selva manickaraja wrote:
As mentioned in the documentation, I went to the directory src/test/regress and ran the command. It gives the error

GNUmakefile:15: ../../../src/Makefile.global: No such file or directory
GNUmakefile:80: /src/Makefile.shlib: No such file or directory
make: *** No rule to make target `/src/Makefile.shlib'.  Stop.

Really can't make any sense out of this.

Any ideas?


You have not run configure to generate these make files (or you have run 'make distclean' to destroy them).

generally you need to do:

$ ./configure --prefix=your-chosen-install-prefix-here
$ make
$ make install
$ make check

The last step runs the regression test.

regards

Mark

P.s: this discussion really belongs on pg-general rather than performance, as it is about building and installing postgres rather than performance, *when* you have it installed ok, then performance based discussion here is fine :-)


pgsql-performance by date:

Previous
From: Bhakti Ghatkar
Date:
Subject: Re: Vacuum problem due to temp tables
Next
From: Selva manickaraja
Date:
Subject: Re: Performance Test for PostgreSQL9