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