I'm trying to get a perl script to access a Postgres database that I've
just installed.

I have DBI installed, but only with the default drivers. I've installed
both PG and the perl driver through RPMs.  Do I assume that the RPM
postgresql-perl is the DBD driver that I need?   If so, how do I install
the DBD driver?

Running a test perl script to use "DBI->available_drivers()" confirms
that I only have ExampleP and Proxy drivers installed.

The versions of the s/w I have installed are as follows:

[rupert@localhost Scripts]$ rpm -q postgresql
postgresql-7.0.2-17
[rupert@localhost Scripts]$ rpm -q postgresql-perl
postgresql-perl-7.0.2-17



-- 
regs
rupert


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to