http://www.perlmonks.org?node_id=1012570

dshultz has asked for the wisdom of the Perl Monks concerning the following question:

Clean install on Centos 6.2, any attempt to use is produces either a

Can't call new on 'SOAP::Packager::MIME'

or

Can't locate SOAP/Serializer.pm

error. I'm using an apache setup as:
<Location /soap> SetHandler perl-script PerlHandler Apache::SOAP PerlSetVar dispatch_to "/usr/local/lib/perl5/5.12.4, /usr/local/lib/ +perl5/site_perl/5.12.4, /usr/local/***company_name****/current/perl_l +ib" PerlSetVar options "compress_threshold=10000" </Location>
This error seems to crop up whenever I look at apache sideways, breath in the same room as the server or otherwise "think" about SOAP services. Can anyone point me in the direction of how to debug this? Trace this? Kill this with fire?