in reply to Error Perl module installation Linux
If you installed your own perl, you must now start using cpan to install modules. Try this as root: "cpan install DBI" and see what happens. It should install all dependencies needed by DBI first. Watch the terminal and see what transpires as cpan works.... it is quite amazing.
|
|---|