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.
>> 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
"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
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