Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: installing XML::LibXSLT.pm Perl5.14 on windows

by Anonymous Monk
on Jun 22, 2012 at 11:10 UTC ( [id://977820]=note: print w/replies, xml ) Need Help??


in reply to Re^4: installing XML::LibXSLT.pm Perl5.14 on windows
in thread installing XML::LibXSLT.pm Perl5.14 on windows

... Resolved lib dependency but now getting some compilation issue .... Any idea about this....

It is pretty much still the same issue, you're omitting details and assuming we know what they are

$ ack --all xsltLibxsltVersion . Binary file bin\xsltproc.exe matches include\libexslt\exslt.h 16:EXSLTPUBVAR const int exsltLibxsltVersion; include\libxslt\xslt.h 72: * xsltLibxsltVersion: 76:XSLTPUBVAR const int xsltLibxsltVersion; Binary file lib\libexslt.a matches Binary file lib\libxslt.a matches

Replies are listed 'Best First'.
Re^6: installing XML::LibXSLT.pm Perl5.14 on windows
by prashantktyagi (Scribe) on Jun 22, 2012 at 11:33 UTC
    Details:

    step1: Installed Active state perl 5.14.2..
    step2:Installed XML::LibXML from ppm.
    step3:I downloaded xslt library from http://xmlsoft.org/XSLT/
    step4: it contains four tar files(libxml,libxslt,iconv,xsldbg, zlib).
    tar contains such structure..
    <tarname>/bin has .exe and .dll
    <tarname>/lib has .lib
    <tarname>/include .h
    untar and copied files under <tar>/include and <tar>/lib .lib and .h files into C:\Perl\lib\CORE, where was my other .h files.
    After that I copied under <tar>/bin .exe and .dll files to "C:\Perl\site\bin" where was g++.exe and dname.exe utility....
    Then I run command on cmd..
    cpanm install XML::LibXSLT
    I Think I am very much clear now...I have read all these steps on some blogs....i am just a novice in perl.. Thanks

      step2:Installed XML::LibXML from ppm.

      Where did you download this ppm from, didn't they have accompanying LibXSLT ppm? It would be weird if they didn't

      step3:I downloaded xslt library from http://xmlsoft.org/XSLT/

      What did you download? Give full url please

      step4 <tarname>/lib has .lib

      But does that .lib file have xsltLibxsltVersion and the other missing symbols?

        ppm repositories..
        EDIT activestate.com ---http://ppm4.activestate.com/MSWin32-x86/5.14/1400/
        trouchelle.com ----http://trouchelle.com/ppm14/
        I couldn't find XSLT ppm..it shows ppm build fail. http://code.activestate.com/ppm/XML-LibXSLT/
        I contacted with activestate support but they are not helping much.
        This is full url where I downloaded tar files...as mentioned by marto...
        ftp://ftp.zlatkovic.com/libxml/
        version libxslt-1.1.26.win32 I am using... thanks

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 06:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found