Re: Installing DBD::Pg module without Pg Database server

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Installing DBD::Pg module without Pg Database server
Дата
Msg-id x7oflepxde.fsf@yertle.kciLink.com
обсуждение исходный текст
Ответ на Re: Installing DBD::Pg module without Pg Database server  ("Arguile" <arguile@lucentstudios.com>)
Ответы Re: Installing DBD::Pg module without Pg Database server  ("Peter Darley" <pdarley@Kinesis-CEM.com>)
Список pgsql-general
>>>>> "a" == arguile  <arguile@lucentstudios.com> writes:

a> Peter Darley wrote:
>>
>> Samik,
>> I've found that DBD::Pg wants to be built on a machine with
>> the postgresql
>> devel stuff on it.  My suggestion would be to build it on the machine that
>> has the db on it, and then just copy the .pm onto the other machines.

That wouldn't work anyway, since the .pm just pulls in the shared
object.  If it were just a .pm file, then you wouldn't need to build
anything.

a> Yes, you need the client libraries on the machine to build it.

The INSTALL file for postgres identifies how to install just the
client parts onto a machine.  If you follow that, and copy the
postgres_ext.h file which is required by the other includes, you can
build any other client program.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Problem (bug?) with like
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Grant blanket permissions on a database