Roland Butler wrote:

>Does any one have any tips for installing perl modules
>
>I have tried to install the DBI module using CPAN and manually, but both
>times I cannot seem to get then to connect up?
>
>Thank you 
>
>roland
>
>  
>
could you elaborate more on the error? as far as I know, there are no 
issues at all, so we would need to know more about what exactly you were 
doing when things failed.

One obvious tip... make sure you have the necessary write permissions. 
Else, start CPAN with sudo

% sudo perl -MCPAN -e shell
blah blah
cpan> install DBI
blah blah
cpan> install DBD::whatever
blah blah


Reply via email to