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

2004/3/25-26 [Computer/SW/Languages/Perl] UID:12845 Activity:nil
3/25    I'm trying to get mysql working on my machine. I don't have root so
        I have to install DBI and other packages. How do I find out if the
        package is included in the default Perl distribution? I'm asking
        because test suites are failing due to not having certain *.pm
        files (DBD.pm, DBI.pm, etc etc). Thanks.
        \_ Look in /usr/lib/perl5, most sites install the stock perl modules
           there. The DB* stuff (except for DBD-File) isn't part of the def.
           perl distribution.