More fun installing 7 from source - Mailing list pgsql-novice

From ghaverla@freenet.edmonton.ab.ca
Subject More fun installing 7 from source
Date
Msg-id Pine.A41.3.95.1000822182134.46408D-100000@freenet.edmonton.ab.ca
Whole thread Raw
In response to Build7.0.2 with perl Pg.pm fails  (danny@lennon.postino.com)
List pgsql-novice
Maybe I'm just being dense, but it seems some steps
are missing in the Install documentation.  I can compile
things fine (as the user postgres) with make all after
inserting an unconditional #include <stdarg.h> on my
Solaris 2.5.1 box.  Well, almost fine.  Typically
one can run a make test aftter a make, but it appears
that make test cannot be run until after make install.
So fine, I do an install (prefix is defined to be
/export/home3/postgres), as the user postgres.  Everything
except the perl modules will install.  I have to rerun
make install as root to get the perl modules into
/usr/local with the rest of the perl stuff.  This business
about most of the postgres stuff sitting in a directory
tree owned by postgres, but perl owned by root,
also keeps make runcheck (I think this is the parallel
check) from running.  I guess I'll have to manually do
something different tomorrow.  I suppose I could ask
the powers that be for more diskspace, which would get
around a bunch of these problems.

Gord

Matter Realisations     http://www.materialisations.com/
Gordon Haverland, B.Sc. M.Eng. President
101  9504 182 St. NW    Edmonton, AB, CA  T5T 3A7
780/481-8019            ghaverla @ freenet.edmonton.ab.ca


pgsql-novice by date:

Previous
From: danny@lennon.postino.com
Date:
Subject: Build7.0.2 with perl Pg.pm fails
Next
From: Tom Lane
Date:
Subject: Re: Build7.0.2 with perl Pg.pm fails