<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Lucida Sans Unicode">You can always build
expat yourself - download it from <a class="moz-txt-link-freetext" href="http://expat.sourceforge.net/">http://expat.sourceforge.net/</a><br>
<br>
tar xzf expat-2.0.1.tar.gz<br>
cd expat-2.0.1<br>
<br>
./configure --prefix=/the/dir/for/expat<br>
<br>
make<br>
make install<br>
<br>
<br>
Then build XML::Parser</font></font><br>
<small><a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.34.tar.gz">http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.34.tar.gz</a><br>
</small><br>
<small>perl Makefile.PL EXPATLIBPATH=</small><font size="-1"><font
 face="Lucida Sans Unicode">/the/dir/for/expat/</font></font><small>lib&nbsp;
EXPATINCPATH=</small><font size="-1"><font face="Lucida Sans Unicode">/the/dir/for/expat</font></font><small>/include</small><br>
<small>make<br>
make test<br>
make install<br>
<br>
<br>
While you are installing XML::Parser - I highly recommend XML-DOM-XPath<br>
<br>
Here are the modules for it - in order:<br>
<br>
<a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-RegExp-0.03.tar.gz">http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-RegExp-0.03.tar.gz</a><br>
<a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/K/KM/KMACLEOD/libxml-perl-0.08.tar.gz">http://search.cpan.org/CPAN/authors/id/K/KM/KMACLEOD/libxml-perl-0.08.tar.gz</a><br>
<a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-1.44.tar.gz">http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-1.44.tar.gz</a><br>
<a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-XPathEngine-0.08.tar.gz">http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-XPathEngine-0.08.tar.gz</a><br>
<a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-DOM-XPath-0.13.tar.gz">http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-DOM-XPath-0.13.tar.gz</a><br>
<br>
<br>
<br>
Bill Hess<br>
Technology Resource Group<br>
<br>
Office:&nbsp; 248.546.6900 x12<br>
Fax:&nbsp;&nbsp;&nbsp;&nbsp; 248.546.7310<br>
Mobile: 248.703.1196<br>
<br>
</small><br>
<br>
<br>
Ron Wilson wrote:
<blockquote
 cite="mid:Pine.LNX.4.61.0804261939480.11449@bacon.hamjudo.com"
 type="cite">
  <pre wrap="">Hi,

I have been trying to install XML::Parser, but I keep getting file not found 
for Expat.h when either cpan or make tries to compile Expat.c

I have tried both "cpan XML::Parser" and teh "extract/perl Makefile.PL/make" 3 
step and get the same results.

I also tried "cpan XML::Parser::Expat" and got the same error.

I have tried sveral older version of XML::Parser as well and still the error.

I an running Mepis 7, updated with apt-get update;apt-get upgrade as of 
yesterday.

_______________________________________________
Detroit-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Detroit-pm@pm.org">Detroit-pm@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/detroit-pm">http://mail.pm.org/mailman/listinfo/detroit-pm</a>

  </pre>
</blockquote>
</body>
</html>