Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have recently been through the pains of getting XML::LibXML installed. Here is what I found:</p> <ol> <li>We are using ActiveState ActivePerl 5.8.8</li> <li>In order for ActivePerl's PPM to get through our proxy, had to create an environment variable "http_proxy" with value "http://proxy.ext.[example].com", then re-login.</li> <li>The required packages weren't all located in ActiveState's repository. Added University of Winnipeg's Perl Repository <a href="http://theoryx5.uwinnipeg.ca/ppms/package.xml" rel="nofollow">http://theoryx5.uwinnipeg.ca/ppms/package.xml</a> (note that the exact repository used depends on your version of ActivePerl)</li> <li>Manually install the following DLLs into C:\perl\bin\ (for whatever reason, I was having some trouble building these DLLs, so I ended up simply grabbing them from the repository at <a href="http://trouchelle.com/ppm/dll/" rel="nofollow">http://trouchelle.com/ppm/dll/</a> ) <ul> <li>iconv.dll</li> <li>libxml2.dll</li> <li>zlib1.dll</li> </ul></li> <li>At least for the version of XML-LibXML we are using, the package installer doesn't work correctly for the prerequisite XML-LibXML-Common. You <strong><em>MUST</em></strong> install the package XML-LibXML-Common by itself, <strong><em>BEFORE</em></strong> installing the rest of XML-LibXML.</li> </ol> <p>Although they may not be the latest versions, the versions of the packages (including prerequisites) which I am currently using are:</p> <ul> <li>XML-LibXML-Common (ver 0.13)</li> <li>XML-LibXML (ver 1.64)</li> <li>XML-NamespaceSupport (ver 1.10)</li> <li>XML-SAX (ver 0.96)</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload