in reply to Re: Re: XML-DOM installation on Windows
in thread XML-DOM installation on Windows

I think you're in the 6xx builds directory. Have you seen the 8xx builds in http://theoryx5.uwinnipeg.ca/ppms/?

--
Uh... had a slight weapons malfunction. But, uh, everything's perfectly all right now. We're fine. We're all fine here, now, thank you. How are you?

Replies are listed 'Best First'.
Re: Re^3: XML-DOM installation on Windows
by abhishes (Friar) on Feb 23, 2003 at 20:14 UTC

    OK I downloaded the ppd and tar.gz files from the http://theoryx5.uwinnipeg.ca/ppms/ directory for
    LibXML-Common
    XML-NamespaceSupport
    XML-SAX

    Now when i run ppm install XML-LibXML.ppd I get the error

    Missing base argument at D:/Perl/site/lib/PPM/Repository.pm line 174

      It's much easier to use ppm to install the packages directly. You can do this by specifying a location with the install command. If you connect to the internet via a proxy server, then you should first set the HTTP_proxy environment variable. Start a shell (cmd.exe) and type

      set HTTP_proxy=http://yourproxy.fqdn:port

      Then, run the command below from the same window (cmd.exe). If the first succeeds, then there is no need to run the second.

      ppm install --location=http://theoryx5.uwinnipeg.ca/ppms XML-LibXML ppm verify --upgrade --location=http://theoryx5.uwinnipeg.ca/ppms XML- +LibXML
      --Solo
      --
      Now let's blow this thing and go home!

        My ppm doesn't connect to any external site. :'-(

        I am behind a proxy which is configured in a very funny way by our administrator. All my efforts to make a perl program talk to internet via that f&^%$(*& proxy have failed. I have raised this question in another thread.

        Even after settings the 3 required environment variables which the faq suggests ... my PPM goes no where.
        HTTP_PROXY=http://proxy.mycompany.intranet:8080/
        HTTP_proxy_pass=user
        HTTP_proxy_user=password

        regards,
        Abhishek.