Christian Wattinger <[EMAIL PROTECTED]> wrote:
>hi
>
>question: is it possibly (should certainly be) to use
>the perl XML::Parser module with apache/modperl??

I don't know about OS X, but my experience on OpenBSD requires 
Apache and XML::Parser be compiled with the same expat library.

Either have Apache link against the system installed lib (which 
Perl most likely links against for XML::Parser) or change the 
RULE_EXPAT rule in src/Configuration (or similarly named file) to 
RULE_EXPAT=no.  Details may vary a bit from system to system, but 
the goal is the same: Apache and XML::Parser using the same expat 
lib.
-- 
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to