Changes between Version 3 and Version 4 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
May 24, 2022, 6:38:24 AM (3 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v3 v4  
    8282}}}
    8383
     84Fixing Request Tracker Missing Perl Dependencies;
     85
     86You can fix the missing perl dependencies by installing them one by one or by simply using make fixdeps command. In order to use the make fixdeps command for fixing the missing packages, configure CPAN shell and install cpanminus.
     87{{{
     88# perl -MCPAN -e shell
     89}}}
     90
     91{{{
     92CPAN.pm requires configuration, but most of it can be done automatically.
     93If you answer 'no' below, you will enter an interactive dialog for each
     94configuration option instead.
     95
     96Would you like to configure as much as possible automatically? [yes] yes
     97
     98Autoconfiguration complete.
     99...
     100...
     101cpan shell -- CPAN exploration and modules installation (v2.22)
     102Enter 'h' for help.
     103
     104cpan[1]> quit
     105}}}
     106
     107Install''' CPANMINUS '''. cpanminus provides a command-line (non interactive) interface to automatically download, build and install Perl modules from CPAN.