Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Andrew Moore
Great news. I'll presume that this is no longer a problem, then. Thanks for the update! -Andy On Fri, Jul 11, 2008 at 3:48 PM, Chadwick, John, DCA <[EMAIL PROTECTED]> wrote: > I downloaded the latest version via git this morning and I had no > problems with the MIME::Lite errors I had on the oth

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Chadwick, John, DCA
87507 505-476-9740 505-476-9761 (FAX) [EMAIL PROTECTED] -Original Message- From: Andrew Moore [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 7:31 AM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Fri, Jul

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Chadwick, John, DCA
koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Fri, Jul 11, 2008 at 8:18 AM, Chadwick, John, DCA <[EMAIL PROTECTED]> wrote: > There was nothing odd about the install. I do want to clarify that I > download via git yesterday. Hi John - Good, that removes some

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Andrew Moore
On Fri, Jul 11, 2008 at 8:18 AM, Chadwick, John, DCA <[EMAIL PROTECTED]> wrote: > There was nothing odd about the install. I do want to clarify that I > download via git yesterday. Hi John - Good, that removes some of the confusion. The patch to reduce the requirement from 3.01 to 3.00 was put i

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Chadwick, John, DCA
l sendmail on these Ubuntu boxes. John -Original Message- From: Andrew Moore [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 6:48 AM To: Joe Atzberger Cc: Chadwick, John, DCA; [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Thu, Jul 10,

Re: [Koha-devel] MIME::Lite issues

2008-07-11 Thread Andrew Moore
On Thu, Jul 10, 2008 at 8:04 PM, Joe Atzberger <[EMAIL PROTECTED]> wrote: > It seems like: > 3.021 installed vs. > 3.01 required > should already succeed, right? What is happening there that wouldn't happen > with 3.00 or 3.000 or 3? Hi Joe - thanks for helping. Yes, I find it very odd, too. Al

Re: [Koha-devel] MIME::Lite issues

2008-07-10 Thread Joe Atzberger
It seems like: 3.021 installed vs. 3.01 required should already succeed, right? What is happening there that wouldn't happen with 3.00 or 3.000 or 3? When I check CPAN, it appears consistent with what John reports: Module id = MIME::Lite DESCRIPTION Easily create MIME/SMTP mails w/attachemen

Re: [Koha-devel] MIME::Lite issues

2008-07-10 Thread Chadwick, John, DCA
I am showing version 3.021. John -Original Message- From: Andrew Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 2:41 PM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues Oh, one thing, John. Do you know

Re: [Koha-devel] MIME::Lite issues

2008-07-10 Thread Andrew Moore
Oh, one thing, John. Do you know what version of MIME::Lite you have installed? The command: perl -M'MIME::Lite 999' -e print Should fail and produce something like: MIME::Lite version 999 required--this is only version 3.01. I'm hoping that backing it off to 3.00 will be reasonable. Thanks,

Re: [Koha-devel] MIME::Lite issues

2008-07-10 Thread Andrew Moore
On Thu, Jul 10, 2008 at 2:03 PM, Chadwick, John, DCA <[EMAIL PROTECTED]> wrote: > I am trying to install Koha 3.0 RC1 on Ubuntu 8.04. When I do the > Makefile.PL I get a message that MIME::Lite 3.01 is missing. When I do a > cpan install MIME::Lite I feedback that MIME::Lite is up to date. Hi John

[Koha-devel] MIME::Lite issues

2008-07-10 Thread Chadwick, John, DCA
I am trying to install Koha 3.0 RC1 on Ubuntu 8.04. When I do the Makefile.PL I get a message that MIME::Lite 3.01 is missing. When I do a cpan install MIME::Lite I feedback that MIME::Lite is up to date. Any work arounds? Thanks, John +--