Berkeley CSUA MOTD:Entry 12844
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/11 [General] UID:1000 Activity:popular
7/11    

2004/3/25-26 [Computer/SW/Languages/Perl] UID:12844 Activity:nil
3/25    Do you need to install a special DBI module for PostgreSQL or it's
        built in Perl5 already?
        \_ AFAIK, you need the correct DBD module (Pg.pm) for PostgreSQL.
           This isn't part of Perl. On RH you can install a perl-DBD-Pg-1.x
           rpm which should include everything you need. On FreeBSD make
           install in /usr/ports/databases/p5-DBD-Pg should give you
           everything you need.
           \_ and of course apt-get install libdbd-pg-perl