After the installation of Koha on Debian, it seems that the installation of the remaining CPAN modules (e.g. Data::Pagination) is reluctant to install via terminal. We need to install the following package to install CPAN modules properly:
sudo apt install build-essential
Then try to install CPAN modules from the terminal,
sudo su
cpan
install Package::Name
e.g. install Data::Pagination
e.g. install Data::Pagination
Vimal, interestingly Chris had this to say on the topic - http://blog.bigballofwax.co.nz/2015/04/06/koha-on-debian-or-ubuntu-please-dont-use-cpan/
ReplyDelete