|
From: Roderick A. A. <raa...@ti...> - 2001-08-22 12:26:01
|
On Tue, 21 Aug 2001, Dieter Simader wrote: > try this > > perl -e 'use DBI; print join "\n", DBI->available_drivers'; > > That should list all the available drivers. This is what puzzles me. $ perl -e 'use DBI; print join "\n", DBI->available_drivers' ADO ExampleP Multiplex Pg Proxy By default perl (well the DBI bundle anyway) includes all the above except Pg. Rod Roark mentioned re-building DBD-Pg. The new releases of the PostgreSQL RPMs come with perl (and the DBD driver) ready to run. but I did build PostgreSQL from the RPM source before installing. I'm working on a clean install of RHL7.1 plus errata to determine if the problem is the upgrade process. Thanks, Rod -- |