On Mon, Nov 9, 2009 at 10:52 AM, John Deighan <jdeig...@pcgus.com> wrote:

> I have installed ActivePerl 5.10.1. When I try to install SOAP::Lite using
> ppm (I start up ppm-shell and enter
> "install SOAP-Lite", it fails with the message:
>
>        install failed: Can't find any package that provides Apache:: for
> SOAP-Lite
>
> I have no idea what the part about "Apache::" means - this is not an Apache
> related module. So, I tried
> running the GUI version of ppm which should list all available modules, and
> I don't see SOAP::Lite anywhere.
>
> BTW, we not only have the ActiveState repository enabled, but also the
> bribes, trouchelle and winnipeg
> repositories.
> _______________________________________________
>

It looks like this is picking up the ActiveState repository, which from the
SOAP::Lite information of
    http://ppm4.activestate.com/MSWin32-x86/5.10/1000/package.xml
has a requirement of
     <REQUIRE NAME="Apache::"/>
This would be needed if you were to use, for example, the Apache::SOAP
module that SOAP-Lite provides.

If you don't need the Apache stuff, an alternative would be to install
SOAP-Lite from a repository for which the Apache requirement isn't listed;
for example, the bribes repository:
    http://www.bribes.org/perl/ppm/

-- 
best regards,
Randy
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to