Fri, Jun 16, 2000 at 08:34:43AM +1000, Paul McGarry ÐÉÛÅÔ:
> Is there a way of compiling only the client libraries for a particular
> system?
You could compile all the sources, install to different location with
something like
make install \
POSTGRESDIR=$prefix \
POSTMANDIR=$pref
Is there a way of compiling only the client libraries for a particular
system?
I'm thinking of the situation where I have the database running on one
machine and clients to that database (Apache/PHP4) on other machines,
possibly of a different architecture (eg a Sparc Solaris DB machine and
Linux