Re: DBD::Pg without Postgresql installed

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
Cc: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: DBD::Pg without Postgresql installed
Date: 2005-06-16 13:08:46
Message-ID: 20050616130846.GA65758@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, Jun 16, 2005 at 08:09:11AM -0400, Sean Davis wrote:
>
> Just to follow-up, are there sources to build just a client
> installation?

I'm not aware of a simple way to build just a client installation
with the standard sources, but some vendors provide pre-built,
client-only packages. Even if you're building from source, you
could easily wrap your own client-only package for installation on
other systems (assuming compatible platforms). If you don't intend
to build anything on those other systems, then you might need only
libpq.so and perhaps a few other files (psql, pg_dump, etc.);
otherwise you'll also want header files and programs like pg_config.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christof Petig 2005-06-16 14:45:58 Re: libecpg (8.0 and CVS) hits a gcc bug on powerpc
Previous Message Sean Davis 2005-06-16 12:09:11 Re: DBD::Pg without Postgresql installed