Am 16.07.2002 13:11 Uhr schrieb "Danial Pearce" unter <[EMAIL PROTECTED]>:
> I setup apache to work fine initally, but now I need to run mod_perl > with Apache::Request and Apache::Cookie. This is where it seems to be > failing. To get this to work, I just used the CPAN shell (perl -MCPAN -e > shell) and did install Apache::Request. Apache::Cookie was already > installed according to CPAN. > > It's throwing the following errors when I do an apachectl configtest. > > dyld: /usr/sbin/httpd multiple definitions of symbol > _ApacheRequest___parse > /Library/Perl/darwin/auto/Apache/Request/Request.bundle definition of > _ApacheRequest___parse > /Library/Perl/darwin/auto/Apache/Cookie/Cookie.bundle definition of > _ApacheRequest___parse > > Does anybody have any ideas? It works fine if I write a simple perl > script that does use Apache::Request or Apache::Cookie, it doesn't barf > saying it can't find the packages. Yes - libapreq is broken under OS X. You'll get very strange errors when you try to set or read a cookie. There is a patch for Apache 1.3.26 and a patched version of libapreq 1.0 although. You can find them both and detailed instructions on how to get it work via http://www.apache.org/~joes/ -Florian -- 0699 109 24 24 5 - http://www.laudatio.com
