missing instruction for "client-only" install

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема missing instruction for "client-only" install
Дата
Msg-id 15390.22776.512092.950950@onceler.kciLink.com
обсуждение исходный текст
Ответы Re: missing instruction for "client-only" install  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The installation instructions for client-only say to do this:

     gmake -C src/bin install
     gmake -C src/interfaces install
     gmake -C doc install

However, this leaves you with incomplete headers.  The following
should be added to the instructions.  This was true for 7.1.1, 7.1.2,
and 7.1.3.  I don't know if 7.2 has addressed this already.

cp src/include/postgres_ext.h /usr/local/pgsql/include/

After this, you can actually compile C code that uses postgres libs,
in particular the DBD::Pg module for Perl.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Gerrit van Wingerden"
Дата:
Сообщение: failure to throw java.sql.Exception for referential integrity violation caused by PL/pgSQL stored procedure
Следующее
От: Mikko Vierula
Дата:
Сообщение: Serializable access giving wrong error messages?