While I am trying to install perl modules-DBI i am getting this kind of error

Permission denied at /usr/local/share/perl/5.8.8/CPAN/HandleConfig.pm line 554
link|improve this question
feedback

migrated from stackoverflow.com Nov 10 '09 at 11:56

This question came from our site for professional and enthusiast programmers.

2 Answers

sudo aptitude install libdbi-perl
link|improve this answer
feedback

try to do that from root account

link|improve this answer
Ubuntu strongly discourages logging in as root and expects you to use sudo instead. – Paul Tomblin Nov 10 '09 at 12:36
feedback

Your Answer

 
or
required, but never shown