Re: Client Libraries

Поиск
Список
Период
Сортировка
От Eugene Karpachov
Тема Re: Client Libraries
Дата
Msg-id 20000616082552.A692@steel.orel.ru
обсуждение исходный текст
Ответ на Client Libraries  (Paul McGarry <paulm@opentec.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Paul McGarry
Дата:
Сообщение: Client Libraries
Следующее
От: R D
Дата:
Сообщение: users & groups