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

From: "Peter Darley" <pdarley(at)Kinesis-CEM(dot)com>
To: "Samik Raychaudhuri" <samik(at)cae(dot)wisc(dot)edu>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing DBD::Pg module without Pg Database server
Date: 2001-12-03 19:46:29
Message-ID: NNEAICKPNOGDBHNCEDCPGELJCBAA.pdarley@kinesis-cem.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.
Thanks,
Peter Darley

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Jason Earl
Sent: Monday, December 03, 2001 11:26 AM
To: Samik Raychaudhuri
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Installing DBD::Pg module without Pg Database
server

It has been a while since I used Perl to interface with PostgreSQL,
but I can guarantee you that it is possible to install DBD::Pg on one
machine and access another machine running PostgreSQL. I still have
several boxes that do precisely that.

You need to install DBI and DBD::Pg. Check out CPAN for more
information.

Jason

samik(at)cae(dot)wisc(dot)edu (Samik Raychaudhuri) writes:

> Hi,
> I want to install and work with DBD::Pg module thorugh Perl in one
> machine, but the database server is installed in another machine. Can
> I install and work with the module in this case? Is there any
> requirement-list for that?
> Any pointer will be helpful.
> Thanks and regards.
> -Samik
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2001-12-03 20:27:28 Re: ident fails on win2k host...
Previous Message Andrew Gould 2001-12-03 19:29:13 Re: Import Data form postgresql to Ms excel