Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Can't build XML-Parser-2.34

by dorko (Prior)
on Mar 09, 2007 at 23:51 UTC ( [id://604089]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can't build XML-Parser-2.34
in thread Can't build XML-Parser-2.34

I don't know if this will help or not. I've recently been installing XML::Parser and expat on Solaris, so it's different, but before I ran make, I had to edit the Makefile.PL file to add the $expat_libpath and $expat_incpath variables:

$expat_libpath = 'path/to/expat/lib'; $expat_incpath = 'path/to/expat/include';

I don't know if that will help you or not, but it's worth looking at.

Cheers,

Brent

-- Yeah, I'm a Delt.

Replies are listed 'Best First'.
Re^4: Can't build XML-Parser-2.34
by ecuster2000 (Initiate) on Mar 10, 2007 at 02:09 UTC
    I have made sure the LIBPATH and INCPATH are set correctly. If I don't set them I get errors that it can't find expat.h during compilation and can't resolve the libraries during the link phase. It is building a Expat.dll, Expat.dll.manifest, Expat.exp, Expat.lib, and Expat.pdb files but everything fails during testing.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-19 08:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found