For perl modules it's probably easiest if you use the CPAN
module to install it ..
# perl -MCPAN -e 'install DBD::Pg'
This would fetch the latest module, compile it, run all the tests
and install it.
If you really want the RPM and are sure you've got the required
libraries installed, you could always just force the install.
Just my $0.0127020 USD .. damn the Australian exchange
rate sucks :(
--
Iain Wade - Optus Internet
Email: [EMAIL PROTECTED]
-----Original Message-----
From: Joe Brenner <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Sunday, November 28, 1999 1:21 PM
Subject: postgres, perl and redhat 6.1
>
>On a RedHat 6.1 box, I've been having trouble getting
>my perl to talk to postgresql the way I'm used to, via
>DBD/DBI. There's a failed dependency problem when I install
>the perl-DBD-Pg package:
>
> rpm -Uhv perl-DBD-Pg-0.91-1.i386.rpm
> error: failed dependencies:
> libpq.so.1 is needed by perl-DBD-Pg-0.91-1
>
>I gather that libpq.so.1 was once supplied with the
>"postgresql-lib" RPM, which has now been split up.
>
>Did someone forget a piece, or is it just that the DBD-Pg
>rpm now badly in need of an update?
>
>BTW, I decided to try installing all of the latest 6.5.3
>postgresql RPMs that are now up on the postgresql site
>(ftp://postgresql.org/pub/RPMS/). Afterwards, I still got
>the same problem.
>
>
>--
>To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
>as the Subject.
>
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.