Forum archive
Perl Modules Not Installed
Greetings,
When I navigate to the following area in OTRS: Admin --> Service Center, under the "Perl Modules," the following notifications are red flagged:
- Class::Inspector.................Not installed! (required - Please install this module - )
- Module::Refresh..................Not installed! (required - Please install this module - )
- Mozilla::CA......................Not installed! (required - Please install this module - )
- SOAP::Lite.......................Not installed! (required - Please install this module - )
Were these not installed on purpose? Are they actually required? If so, for the not so savy Linux user, how does one install them?

# of them can easily be installed for Debian:
The last one will need to be isntalled with CPAN. This should work (but untested):However there is a risk that will fail as IIRC it requires make and friends... You could try:
And then retry above.Please report back any issues (and success/experience/etc) so we can tweak it for next release...
[update] answer in post below