RE: Can't install XML::LibXML even though I have libxml2-2.4.9
by Duncan Cameron other posts by this author
Feb 14 2002 10:11AM messages near this date
view in the new Beta List Site
Re: XML::SAX::Machines - calling widget methods
|
Perl/XML FAQ (WAS: Stopping the same questions!!)
On 2002-02-14 Matt Sergeant wrote:
> On Thu, 14 Feb 2002, Duncan Cameron wrote:
>
> > On 2002-02-12 Sterin, Ilya wrote:
> > >There are PPMs for both XML::LibXML and XML::Xerces. The xerces in on my site.
> > >
> > >ppm install http://www.xmlproj.com/PPM/XML-Xerces.ppd
> > >
> > Ilya
> >
> > Which Active State version is this built for? I've just installed it and
> > am getting a message
> >
> > Can't load 'C:/perl/local/site/lib/auto/XML/Xerces/Xerces.dll' for module
> > XML::Xerces: load_file:One of the library files needed to run this
> > application cannot be found at C:/Perl/lib/DynaLoader.pm line 206.
>
> Do you have Xerces installed and in your path? I mean the core Xerces
> library from http://xml.apache.org/, not XML::Xerces. You need both.
Yes, that was it. I do have a Xerces library but it wasn't on my
path. After I set my path it then turned out that XML:Xerces
requires a specific version, it needs xerces-c_1_3.dll.
Then, the example from the POD didn't work!
I've just checked the xerces perl site and it looks as if this is a
fairly old version, it's 1.3.3. whereas the current version is 1.5.
Ilya, any plans to port the current version to W32?
Thanks,
Duncan Cameron
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|