Re: Client Libraries - Mailing list pgsql-admin

From Eugene Karpachov
Subject Re: Client Libraries
Date
Msg-id 20000616082552.A692@steel.orel.ru
Whole thread Raw
In response to Client Libraries  (Paul McGarry <paulm@opentec.com.au>)
List 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

pgsql-admin by date:

Previous
From: Paul McGarry
Date:
Subject: Client Libraries
Next
From: R D
Date:
Subject: users & groups