Re: Installing DBD::Pg module without Pg Database server - Mailing list pgsql-general

From Vivek Khera
Subject Re: Installing DBD::Pg module without Pg Database server
Date
Msg-id x7oflepxde.fsf@yertle.kciLink.com
Whole thread Raw
In response to Re: Installing DBD::Pg module without Pg Database server  ("Arguile" <arguile@lucentstudios.com>)
Responses Re: Installing DBD::Pg module without Pg Database server
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Problem (bug?) with like
Next
From: Tom Lane
Date:
Subject: Re: Grant blanket permissions on a database