CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 1999
    Posts
    505

    Problem with Installing Perl SOAP::Lite module in Windows

    Hi,
    Can some body please guide me how to install SOAP::Lite on Perl. I have tried following:
    Code:
    C:\Users\HP>cpan install Soap::Lite
    CPAN: Term::ANSIColor loaded ok (v4.02)
    CPAN: Storable loaded ok (v2.34)
    Reading 'C:\Perl64\cpan\Metadata'
      Database was generated on Thu, 11 Sep 2014 09:29:02 GMT
    CPAN: LWP::UserAgent loaded ok (v6.04)
    CPAN: Time::HiRes loaded ok (v1.9725)
    Fetching with LWP:
    http://ppm.activestate.com/CPAN/authors/01mailrc.txt.gz
    CPAN: YAML::XS loaded ok (v0.39)
    Reading 'C:\Perl64\cpan\sources\authors\01mailrc.txt.gz'
    CPAN: Compress::Zlib loaded ok (v2.06)
    .......................................................................
    
    Fetching with LWP:
    http://ppm.activestate.com/CPAN/modules/02packages.details.txt.gz
    Reading 'C:\Perl64\cpan\sources\modules\02packages.details.txt.gz'
      Database was generated on Wed, 15 Oct 2014 09:29:02 GMT
    ..............
      New CPAN.pm version (v2.05) available.
      [Currently running version is v1.9800]
      You might want to try
        install CPAN
        reload cpan
      to both upgrade CPAN.pm and run the new version without leaving
      the current session.
    
    
    ..............................................................DONE
    Fetching with LWP:
    http://ppm.activestate.com/CPAN/modules/03modlist.data.gz
    Reading 'C:\Perl64\cpan\sources\modules\03modlist.data.gz'
    DONE
    Writing C:\Perl64\cpan\Metadata
    Warning: Cannot install Soap::Lite, don't know what it is.
    Try the command
    
        i /Soap::Lite/
    
    to find objects with matching identifiers.
    
    C:\Users\HP>
    Somebody please guide me.

    Zulfi.

  2. #2
    Join Date
    Jun 1999
    Posts
    505

    Re: Problem with Installing Perl SOAP::Lite module in Windows

    Hi,
    I tried the following also:
    Code:
    cpan> install MKUTTER/SOAP-Lite-0.71.04.tar.gz
    Reading 'C:\Perl64\cpan\Metadata'
      Database was generated on Wed, 15 Oct 2014 09:29:02 GMT
    Running make for M/MK/MKUTTER/SOAP-Lite-0.71.04.tar.gz
    Fetching with LWP:
    http://ppm.activestate.com/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.71.04.tar.
    
    LWP failed with code[404] message[Not Found]
    Warning: no success downloading 'C:\Perl64\cpan\sources\authors\id\M\MK\MKUTTE
    SOAP-Lite-0.71.04.tar.gz.tmp10488'. Giving up on it.
    Fetching with LWP:
    http://cpan.perl.org/authors/id/M/MK/MKUTTER/SOAP-Lite-0.71.04.tar.gz
    LWP failed with code[404] message[Not Found]
    Warning: no success downloading 'C:\Perl64\cpan\sources\authors\id\M\MK\MKUTTE
    SOAP-Lite-0.71.04.tar.gz.tmp10488'. Giving up on it.
    Warning: no success downloading 'C:\Perl64\cpan\sources\authors\id\M\MK\MKUTTE
    SOAP-Lite-0.71.04.tar.gz.tmp10488'. Giving up on it.
    No external ftp command available
    
    Fetching with LWP:
    http://ppm.activestate.com/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.71.04.tar.
    
    LWP failed with code[404] message[Not Found]
    Warning: no success downloading 'C:\Perl64\cpan\sources\authors\id\M\MK\MKUTTE
    SOAP-Lite-0.71.04.tar.gz.tmp10488'. Giving up on it.
    Fetching with LWP:
    http://cpan.perl.org/authors/id/M/MK/MKUTTER/SOAP-Lite-0.71.04.tar.gz
    LWP failed with code[404] message[Not Found]
    Warning: no success downloading 'C:\Perl64\cpan\sources\authors\id\M\MK\MKUTTE
    SOAP-Lite-0.71.04.tar.gz.tmp10488'. Giving up on it.
    Warning: no success downloading 'C:\Perl64\cpan\sources\authors\id\M\MK\MKUTTE
    SOAP-Lite-0.71.04.tar.gz.tmp10488'. Giving up on it.
    No external ftp command available
    
    Please check, if the URLs I found in your configuration file
    (http://ppm.activestate.com/CPAN, http://cpan.perl.org) are valid. The
    urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
    
    Could not fetch authors/id/M/MK/MKUTTER/SOAP-Lite-0.71.04.tar.gz
    
    
    cpan>
    Somebody please guide me.

    Zulfi.

  3. #3

    Re: Problem with Installing Perl SOAP::Lite module in Windows

    down vote
    I faced the same problem and ended up doing this way. Hope this caters your needs.
    First download SOAP-Lite Package from http://search.cpan.org/~phred/SOAP-Lite-0.716/
    Extract the package and remove the folder called "t".
    perl Makefile.PL
    make
    make test
    sudo make install
    Last edited by bestellen; September 15th, 2015 at 03:41 PM.

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Problem with Installing Perl SOAP::Lite module in Windows

    bestellen, while partially correct, your instructions are for Unix, Linux based systems. The OP is asking for Windows.

    Zulfi, have you followed the instructions (Windows section) listed directly on the website?
    http://www.soaplite.com/2003/06/installation_in.html
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured