G'day, I'm wondering if anyone can help me with this problem. I have searched your mailing list for an answer but to no avail.
I am running Mac OSX 10.1.5, with pretty much just a base install of everything. 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. This seemed to work fine on my debian machine. Is there anything I can do? Will I have to download the apache source and roll my own version? Any help would be great. If you need any more info, drop me a line. And please could you reply to me directly as well as the list, as I am not subscribed. cheers Danial Pearce
