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 +----------------------------------------------------------------------- -----+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Library 1209 Camino Carlos Rey Santa Fe, NM 87507 Phone: 505-476-9740 Cell: 505-629-8116 Fax: 505-476-9761 john.chadwick@state.nm.us http://www.nmstatelibrary.org Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
On Thu, Jul 10, 2008 at 2:03 PM, Chadwick, John, DCA <john.chadwick@state.nm.us> 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 - Sorry for the troubles here. 3.01 appears to be the latest version on CPAN, but I don't think it's strictly necessary. I think we can get away with any of the 3.0 or better versions. I'll submit a patch to back off the required version number. In the meantime, if that's your only missing dependency, I think you can force the install, or edit Makefile.PL near line 570 to change the dependency from 3.01 to 3.0. -Andy
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, -Andy On Thu, Jul 10, 2008 at 2:03 PM, Chadwick, John, DCA <john.chadwick@state.nm.us> 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.
I am showing version 3.021. John -----Original Message----- From: Andrew Moore [mailto:andrew.moore@liblime.com] Sent: Thursday, July 10, 2008 2:41 PM To: Chadwick, John, DCA Cc: koha@lists.katipo.co.nz; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues 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, -Andy On Thu, Jul 10, 2008 at 2:03 PM, Chadwick, John, DCA <john.chadwick@state.nm.us> 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.
______________________________________________________________________ This inbound email has been scanned by the MessageLabs Email Security System. ______________________________________________________________________ Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
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/attachements CPAN_USERID YVES (Yves <yves@cpan.org>) CPAN_VERSION 3.021 CPAN_FILE R/RJ/RJBS/MIME-Lite-3.021.tar.gz DSLIP_STATUS RdpOa (released,developer,perl,object-oriented,Artistic) MANPAGE MIME::Lite - low-calorie MIME generator INST_FILE /usr/share/perl5/MIME/Lite.pm INST_VERSION 3.01 His 3.021 is up to date. So why doesn't Makefile.PL get it? --joe On Thu, Jul 10, 2008 at 4:58 PM, Chadwick, John, DCA < john.chadwick@state.nm.us> wrote:
I am showing version 3.021.
On Thu, Jul 10, 2008 at 8:04 PM, Joe Atzberger <ohiocore@gmail.com> 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. Also, I hadn't noticed the first time, but John is installing RC1 (not the latest git repository). I hadn't added the explicit MIME::Lite 3.01 requirement before RC1 was released. It just went in the other day to git and hasn't made it into any release at all. So, I'm not sure what was requiring MIME::Lite. Perhaps it was an implicit requirement that we got by requiring something else. The other two MIME::* modules that we require are in core, so they're not requiring it. I can't tell that Mail::Sendmail requires it. I'm at a lost to explain what is requiring it for him. That puzzlement aside, the reason that he appears to have it installed, but his install script doesn't see it is still a question. Perhaps he has two versions of perl installed, with different sets of modules installed. Or, perhaps there is some problem with his @INC. John, is there anything else odd or special about the environment that you can tell us? As you can see, we're sort of grasping at straws here, but would really like to figure this out. Is this a pretty stock Ubuntu installation, or has it been changed in any significant way? What version of perl is this (perl -v)? -Andy
There was nothing odd about the install. I do want to clarify that I download via git yesterday. I am installing on Ubuntu 8.04 and I did run into what is really a non issue with imagemagick. On my previous test systems I did an apt-get for perlmagick and that took care of things. Now I not only have to do the install for perlmagick, but I have to add perlmagick via cpan. Your mention of sendmail though may be the culprit. I had to install sendmail to get the MIME::Lite, still didn't get rid of the error, but it allowed me to install a package via apt-get. I normally don't install sendmail on these Ubuntu boxes. John -----Original Message----- From: Andrew Moore [mailto:andrew.moore@liblime.com] Sent: Friday, July 11, 2008 6:48 AM To: Joe Atzberger Cc: Chadwick, John, DCA; koha@lists.katipo.co.nz; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Thu, Jul 10, 2008 at 8:04 PM, Joe Atzberger <ohiocore@gmail.com> 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. Also, I hadn't noticed the first time, but John is installing RC1 (not the latest git repository). I hadn't added the explicit MIME::Lite 3.01 requirement before RC1 was released. It just went in the other day to git and hasn't made it into any release at all. So, I'm not sure what was requiring MIME::Lite. Perhaps it was an implicit requirement that we got by requiring something else. The other two MIME::* modules that we require are in core, so they're not requiring it. I can't tell that Mail::Sendmail requires it. I'm at a lost to explain what is requiring it for him. That puzzlement aside, the reason that he appears to have it installed, but his install script doesn't see it is still a question. Perhaps he has two versions of perl installed, with different sets of modules installed. Or, perhaps there is some problem with his @INC. John, is there anything else odd or special about the environment that you can tell us? As you can see, we're sort of grasping at straws here, but would really like to figure this out. Is this a pretty stock Ubuntu installation, or has it been changed in any significant way? What version of perl is this (perl -v)? -Andy ______________________________________________________________________ This inbound email has been scanned by the MessageLabs Email Security System. ______________________________________________________________________ Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
On Fri, Jul 11, 2008 at 8:18 AM, Chadwick, John, DCA <john.chadwick@state.nm.us> 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 in last night, so if you're feeling up to it, you may download it again and try the new version. Joe's point about 3.021 being larger than both 3.01 and 3.00 still stands, but it's at least a shot in the dark. Please let us know if it helps or not. Thanks! -Andy
I will download this morning, but I probably won't get to trying to build until this afternoon. I will let you know how it works. John -----Original Message----- From: Andrew Moore [mailto:andrew.moore@liblime.com] Sent: Friday, July 11, 2008 7:31 AM To: Chadwick, John, DCA Cc: koha@lists.katipo.co.nz; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Fri, Jul 11, 2008 at 8:18 AM, Chadwick, John, DCA <john.chadwick@state.nm.us> 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 in last night, so if you're feeling up to it, you may download it again and try the new version. Joe's point about 3.021 being larger than both 3.01 and 3.00 still stands, but it's at least a shot in the dark. Please let us know if it helps or not. Thanks! -Andy ______________________________________________________________________ This inbound email has been scanned by the MessageLabs Email Security System. ______________________________________________________________________ Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
I downloaded the latest version via git this morning and I had no problems with the MIME::Lite errors I had on the other machine. John +-------------------------------------------+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Library 1209 Camino Carlos Rey Santa Fe, NM 87507 505-476-9740 505-476-9761 (FAX) John.Chadwick@state.nm.us -----Original Message----- From: Andrew Moore [mailto:andrew.moore@liblime.com] Sent: Friday, July 11, 2008 7:31 AM To: Chadwick, John, DCA Cc: koha@lists.katipo.co.nz; koha-devel@lists.koha.org Subject: Re: [Koha-devel] MIME::Lite issues On Fri, Jul 11, 2008 at 8:18 AM, Chadwick, John, DCA <john.chadwick@state.nm.us> 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 in last night, so if you're feeling up to it, you may download it again and try the new version. Joe's point about 3.021 being larger than both 3.01 and 3.00 still stands, but it's at least a shot in the dark. Please let us know if it helps or not. Thanks! -Andy ______________________________________________________________________ This inbound email has been scanned by the MessageLabs Email Security System. ______________________________________________________________________ Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
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 <john.chadwick@state.nm.us> wrote:
I downloaded the latest version via git this morning and I had no problems with the MIME::Lite errors I had on the other machine.
John
participants (3)
-
Andrew Moore -
Chadwick, John, DCA -
Joe Atzberger