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 x7u1v48gi8.fsf@onceler.kciLink.com
Whole thread Raw
In response to Re: Installing DBD::Pg module without Pg Database server  ("Peter Darley" <pdarley@Kinesis-CEM.com>)
List pgsql-general
>>>>> "PD" == Peter Darley <pdarley@Kinesis-CEM.com> writes:

PD> I'm not absolutely sure about this, but I believe that I built the .pm on
PD> one machine and copied it to my other machines that didn't have any
PD> Postgresql stuff installed on them.

Not possible.  Check out the .pm file.  You'll see a "bootstrap"
command from the DynaLoader system.  That loads the corresponding .so
file into perl.

If you copied the .so, then maybe it would work if the .so pulls in
the postgres client libs statically.  If it references them
dynamically, then you need to copy those as well, at which point
you're having nearly the entire client environment there.

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [ADMIN] duplicate templates, wrong users
Next
From: "Andy Marden"
Date:
Subject: Re: Casting Varchar to Numeric