dshultz has asked for the wisdom of the Perl Monks concerning the following question:
Can't call new on 'SOAP::Packager::MIME'
orCan't locate SOAP/Serializer.pm
error. I'm using an apache setup as: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?<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>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite produces weird errors
by blue_cowdawg (Monsignor) on Jan 09, 2013 at 20:52 UTC | |
|
Re: SOAP::Lite produces weird errors
by locked_user sundialsvc4 (Abbot) on Jan 09, 2013 at 22:43 UTC |