[Expat-bugs] [ expat-Bugs-224954 ] CPAN archive missing expat.h file or not being built
SourceForge.net
noreply at sourceforge.net
Sun Oct 22 19:25:53 CEST 2006
Bugs item #224954, was opened at 2000-12-07 17:52
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=224954&group_id=10127
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: Invalid
Priority: 6
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Clark Cooper (coopercc)
Summary: CPAN archive missing expat.h file or not being built
Initial Comment:
Upon downloading the currently available CPAN archive for XML::Parser, the module could not be installed using 'make' under RedHat Linux Mandrake 7.0. Running the Makefile.PL complains that Expat is not installed. When moving to the Expat dir and attempting to run the 'Makefile' created by Makefile.PL, the compiler errors on a missing expat.h file. Without installing Expat, XML::Parser cannot be installed.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-10-22 10:25
Message:
Logged In: NO
The trick that I found was to first install the development
version of expat (for me that means apt-get install
libexpat1-dev). Once I did this, and did a clean
XML::Parser, then make XML::Parser, everything went smoothly.
ymmv
Joe Bussell
----------------------------------------------------------------------
Comment By: Clark Cooper (coopercc)
Date: 2000-12-21 07:24
Message:
expat has to be installed for XML::Parser to find expat.h (which comes with the expat (i.e. this) distribution.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=224954&group_id=10127
More information about the Expat-bugs
mailing list