Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^9: Help required installing LibXML Parser

by randyk (Parson)
on Dec 21, 2007 at 22:11 UTC ( [id://658554]=note: print w/replies, xml ) Need Help??


in reply to Re^8: Help required installing LibXML Parser
in thread Help required installing LibXML Parser

I'm afraid I'm a bit stumped - everything above looks OK. Just to see if it might be a binary incompatibility problem with your version of Perl, could you try installing the GD module; the ppm sources GD.tar.gz are again at http://theoryx5.uwinnipeg.ca/ppmpackages/x86/. After installation, does
C:\> perl -MGD -e "print 1"
work?

Replies are listed 'Best First'.
Re^10: Help required installing LibXML Parser
by KarthikK (Sexton) on Dec 22, 2007 at 08:45 UTC
    will do it on monday (@ work pc) and will update. Thanks a lot once again
Re^10: Help required installing LibXML Parser
by KarthikK (Sexton) on Dec 27, 2007 at 09:42 UTC
    Nope got the following error
    U:\>cqperl -MGD -e "print 1" Extracting -e (with variable substitutions) Can't locate loadable object for module GD in @INC (@INC contains: C:/ +Program Fi les/Rational/Common/lib/perl5/5.6.1/MSWin32-x86-multi-thread C:/Progra +m Files/Ra tional/Common/lib/perl5/5.6.1 C:/Program Files/Rational/Common/lib/per +l5 C:/Prog ram Files/Rational/Common/lib/perl5/site_perl/5.6.1/MSWin32-x86-multi- +thread C:/ Program Files/Rational/Common/lib/perl5/site_perl/5.6.1 C:/Program Fil +es/Rationa l/Common/lib/perl5/site_perl C:/Program Files/Rational/Common/lib/perl +5/site_per l/5.6.1/MSWin32-x86-multi-thread C:/Program Files/Rational/Common/lib/ +perl5/site _perl/5.6.1 C:/Program Files/Rational/Common/lib/perl5/site_perl .) at + -e line 0 Compilation failed in require. BEGIN failed--compilation aborted.
    i just copied the files to the C:/Program Files/Rational/Common/lib/perl5/site _perl/5.6.1 folder
      Assuming you copied the files as described in this node, this seems to indicate that XS-based modules that are compiled with VC++ 6 (which is what the ActiveState Win32 binary uses) are not compatible with your Perl. Unfortunately, that means you'll have to get access to the compiler used to build your Perl in order to build the module yourself.
        Thanks Randy a lot! Yes i did the same way as i did for the other Perl Modules. I dont think i can get the complier from IBM :-)

        I found out yesterday that i can use MSXML 3.0 using Win32::OLE in perl application. Since my perl script would run only in windows

        Thanks a lot once again
        Karthik
        Happy New Year!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://658554]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-03-19 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found