Re: postgres, perl and redhat 6.1

1999-12-03 Thread Joe Brenner
Just for the record: You may remember (but it's not bloody likely, is it?) that I was trying to get postgresql working on my newly upgraded RedHat 6.1 box, using the perl DBI/DBD interface. The trouble was that the latest RPM I could find (via rpmfind, google, etc), was: perl-DBD-Pg-0.

Re: postgres, perl and redhat 6.1

1999-11-27 Thread Iain Wade
>> 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. > >This doesn't update the RPM database though, does it? >Thus far I've been

Re: postgres, perl and redhat 6.1

1999-11-27 Thread Joe Brenner
"Iain Wade" <[EMAIL PROTECTED]> wrote: > 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. This doesn't update the RPM database tho

Re: postgres, perl and redhat 6.1

1999-11-27 Thread Iain Wade
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