Glenn Gallien wrote:

Thanks, that's what I was looking for, --with-expat=/usr/local did the trick. Works fine with ./configure, but not with Makefile.PL. Adding --with-expat
to @opts in Makefile.PL worked.

Score one for me :)

Here's an official patch based on this to complete my --with-expat to ./configure from before.

Thanks Glen.

Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 202418)
+++ Makefile.PL (working copy)
@@ -18,7 +18,8 @@
my %opts;
undef @opts{qw(with-apache2-apxs with-apache1-apxs with-apache2-src
               with-perl with-apache2-httpd
-               with-apr-config with-apu-config apxs)};
+               with-apr-config with-apu-config apxs
+               with-expat)};
undef @opts{qw(with-apache2)} if (WIN32);

my @flags = qw/enable-maintainer-mode enable-perl-glue disable-perl-glue/;


--
END ---------------------------------------------------------
   What doesn't kill us can only make us stronger.
              Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
    http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com


Reply via email to