Guten Tag
itam...@securepush.com,
am Montag, 17. Juli 2017 um 10:09 schrieben Sie:
> i installed all email:mime packages available and even cpan says
> my email:mime is up to date but still i get the same software error.
> what can it be else?
The original error message tells you in which dirs the package is
expected, so start with checking if it is in any expected dirs. If
it's not, check the docs of your XAMPP how to install additional Perl
packages properly or consider not using XAMPP at all, but individual
software.
> Can't locate Email/MIME.pm in @INC (@INC contains: . lib
> C:/xampp/perl/site/lib C:/xampp/perl/vendor/lib C:/xampp/perl/lib)
> at C:/xampp/perl/lib/
parent.pm line 20.
Additionally, Bugzilla itself provides an installation mode
for private packages using
install-module.pl, actually based on CPAN.
So it only covers the dependencies you already covered when using
CPAN, but it might solve the problem that Bugzilla/Perl can't find
your libs, because the "lib" path is the one Bugzilla adds on its own
and install it's packages into. that might work around XAMPP
limitations or whatever.
And as always on Windows: If you want to know what's going on in
software accessing files, have a look at Process Monitor, which is
great tool to debug such kinds of problems.
https://technet.microsoft.com/de-de/sysinternals/processmonitor.aspx