Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: expat library issue

by Siblin (Initiate)
on Jul 14, 2011 at 11:00 UTC ( [id://914313]=note: print w/replies, xml ) Need Help??


in reply to expat library issue

I thought I'd post my experience of this having the same issue today.

XML::Parser needs both the includes and the shared libraries of libexpat, but will happily compile even if you dont have the libraries in your path (as long as you have your includes), then give this error when you try and use it.

Make sure you have both the libraries and includes when you build your make file. Include path should contain expat.h, library path should contain libexpat.so

perl Makefile.PL EXPATINCPATH=/usr/sfw/include/ EXPATLIBPATH=/usr/sfw/lib/

Replies are listed 'Best First'.
Re^2: expat library issue
by Anonymous Monk on Mar 14, 2014 at 14:02 UTC
    Beautiful. Thanks a bunch.

Log In?
Username:
Password:

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

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

    No recent polls found