I am new to perl and CPAN. I see that perl is installed in my system.
However, I would like to install DBI
package to run a script called INSTALL.PL
.
When I type CPAN
, I get the below error message
Loading internal null logger. Install Log::Log4perl for logging messages
Terminal does not support AddHistory.
There seems to be running another CPAN process (pid 3986). Contacting...
Other job not responding. Shall I overwrite the lockfile '/home/abcd/.cpan/.lock'? (Y/n) [y]
If I give no
, I don't get the CPAN
command prompt. Whereas if I give yes
, I get the below command prompt
nolockcpan[1]
May I know what does the error message mean and what are the steps to follow to avoid this message again?
Can't I enter into cpan
mode and press CTRL+Z
exit and again get into cpan
mode?
How can I avoid this error message and when can this happen?