From: | Colin Wetherbee <cww(at)denterprises(dot)org> |
---|---|
To: | CaT <cat(at)zip(dot)com(dot)au> |
Cc: | Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: OT - pg perl DBI question |
Date: | 2008-01-29 13:37:59 |
Message-ID: | 479F2C37.3030802@denterprises.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Colin Wetherbee wrote:
> CaT wrote:
>> On Tue, Jan 29, 2008 at 05:10:00AM -0800, Glyn Astill wrote:
>>> well its using the pgsql_replication_check.pl, which does:
>>>
>>> ----------------------
>>> use Pg;
>> ...
>>> So I assume it's not getting past the use Pg line as although it's
>>> looking in /usr/lib/perl5 it's not going to look in
>>> /usr/lib/perl5/DBD ??
>>
>> No. It's not using the DBI Pg. There's another module. A standalone one
>> that I believe it may be using. Under Debian this is available as
>> libpg-perl. Your OS/Distro may vary. If you don't have it available as a
>> package, check with CPAN.
>
> On Debian, you want libdbd-pg-perl.
>
> cww(at)iron:~$ dpkg -S /usr/lib/perl5/DBD/Pg.pm
> libdbd-pg-perl: /usr/lib/perl5/DBD/Pg.pm
>
> To the OP: FYI, the DBI mailing lists can be found at the following URL.
>
> http://dbi.perl.org/support/
Please ignore my noise. The OP isn't using DBI, and libpg-perl is the
correct package for Pg.
Colin
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2008-01-29 13:39:05 | Re: OT - pg perl DBI question |
Previous Message | Colin Wetherbee | 2008-01-29 13:36:57 | Re: OT - pg perl DBI question |