Re: Client Libraries

From: Eugene Karpachov <jk(at)steel(dot)orel(dot)ru>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Client Libraries
Date: 2000-06-16 04:25:52
Message-ID: 20000616082552.A692@steel.orel.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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=$prefix/man \
HEADERDIR=$prefix/include/postgresql \
TEMPLATEDIR=$prefix/share/postgresql
(this command is ok for 7.0)

and pick the files (libraries) you need. In fact, this method is used by
'rpm', the RedHat package manager, when it builds packages from sources.

--
jk

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message R D 2000-06-16 07:38:26 users & groups
Previous Message Paul McGarry 2000-06-15 22:34:43 Client Libraries