On Tuesday 03 July 2001 18:06, Christian Wattinger wrote:
> question: is it possibly (should certainly be) to use
> the perl XML::Parser module with apache/modperl??

It is, though you need to compile with --disable-rule=EXPAT. Mod_perl should 
do that for you though.

> when i run a CGI
> (it makes use of XML::Parser which uses EXPAT, a XMLparser C-library )
> under my apache/mod_perl server it generates an error saying:
>
> ------------
> dyld: /usr/sbin/httpd multiple definitions of symbol _XML_DefaultCurrent
>
> /usr/sbin/httpd definition of _XML_DefaultCurrent
> /Library/Perl/darwin/auto/XML/Parser/Expat/Expat.bundle definition of
> _XML_DefaultCurrent
> -------------
> apache vs. expat conflict as it seems

In my experience when that happens it just segfaults. But then maybe it 
doesn't work the same way under osx. Try disabling expat to see if it makes a 
difference. Also, have a look at the corresponding item there 
http://axkit.org/faq.xml (in any case, you should probably be using AxKit 
anyway ;-)

-- 
_______________________________________________________________________
Robin Berjon <[EMAIL PROTECTED]> -- CTO
k n o w s c a p e : // venture knowledge agency www.knowscape.com
-----------------------------------------------------------------------
In which level of metalanguage are you now speaking?

Reply via email to