Re: modperl and MIME::Parser?

2000-04-20 Thread Doug MacEachern
On Sat, 15 Apr 2000, John S. Evans wrote: So digging a little deeper (and through the magic of trial and error), the offending module seems to be Mail::Field. It has a bunch of code to dynamically load perl classes for various types of fields (AddrList, Date, Content-Type, etc), and this

Re: modperl and MIME::Parser?

2000-04-15 Thread John S. Evans
Subject: Re: modperl and MIME::Parser? On Fri, 14 Apr 2000, John S. Evans wrote: So I'm trying to work around my problems with Apache::Request by parsing the request myself. This way I can work with only a single open file at a time. But now I have a new problem. In my content handler,

Re: modperl and MIME::Parser?

2000-04-15 Thread John S. Evans
ED] Cc: Stas Bekman [EMAIL PROTECTED] Subject: Re: modperl and MIME::Parser? I ran struss, but I'm not sure how useful the put is. I've enclosed it, if anyone has time to take a look... It does look like there might have been some problem loading some of the modules (Mail/Field/addrlist.p

modperl and MIME::Parser?

2000-04-14 Thread John S. Evans
So I'm trying to work around my problems with Apache::Request by parsing the request myself. This way I can work with only a single open file at a time. But now I have a new problem. In my content handler, if I add "use MIME::Parser;" to the top of my file, apache won't start - it seems to

Re: modperl and MIME::Parser?

2000-04-14 Thread Stas Bekman
On Fri, 14 Apr 2000, John S. Evans wrote: So I'm trying to work around my problems with Apache::Request by parsing the request myself. This way I can work with only a single open file at a time. But now I have a new problem. In my content handler, if I add "use MIME::Parser;" to the top