| 84 | Fixing Request Tracker Missing Perl Dependencies; |
| 85 | |
| 86 | You 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 | {{{ |
| 92 | CPAN.pm requires configuration, but most of it can be done automatically. |
| 93 | If you answer 'no' below, you will enter an interactive dialog for each |
| 94 | configuration option instead. |
| 95 | |
| 96 | Would you like to configure as much as possible automatically? [yes] yes |
| 97 | |
| 98 | Autoconfiguration complete. |
| 99 | ... |
| 100 | ... |
| 101 | cpan shell -- CPAN exploration and modules installation (v2.22) |
| 102 | Enter 'h' for help. |
| 103 | |
| 104 | cpan[1]> quit |
| 105 | }}} |
| 106 | |
| 107 | Install''' CPANMINUS '''. cpanminus provides a command-line (non interactive) interface to automatically download, build and install Perl modules from CPAN. |