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

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing DBD::Pg module without Pg Database server
Date: 2001-12-04 20:02:21
Message-ID: x7oflepxde.fsf@yertle.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "a" == arguile <arguile(at)lucentstudios(dot)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(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kirk Strauser 2001-12-04 20:03:27 Grant blanket permissions on a database
Previous Message wsheldah 2001-12-04 20:00:32 Re: Sending Explain output to a perl client