Thread: [ezmlm-www] ezmlm-www doesnt work
Brought to you by:
alexrj
From: <go...@ha...> - 2008-07-10 08:15:21
|
Hello everyone , i've been working on qmail-vpopmail-courier-imap-emzlm for about a week and did all of them succesfully.Now i've a working smtp, pop, imap, list system .In fact i subscribed to this list using my new system. Except one! ,although with Ezmlm-Web i'm able to create lists and use them properly , i get an error when i want to use ezmlm-www to see the archive. I installed ezmlm-www-1.4.5 and think did all the things written in readme files. But it doesnt say to me same thing . When i call the ezmlm-www page It says: Software error: Died at /usr/lib/perl5/5.10.0/base.pm line 93. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.0/Mail/Box/Message.pm line 13. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.0/Mail/Box.pm line 15. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.0/Mail/Box.pm line 15. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.0/Mail/Box/Manager.pm line 14. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.0/Mail/Box/Manager.pm line 14. Compilation failed in require at ./ezmlm-www.pl line 18. BEGIN failed--compilation aborted at ./ezmlm-www.pl line 18. What may i did wrong ,Any suggestions ? Thank you all Goksel ##################################################################################### Lütfen Dikkat:: Bu mesajin icerisindeki bilgi ve eklentiler sadece mesaj basligindaki alicilarina gönderilmis olup gizli bilgi ya da sadece alicinin kullanabilecegi materyal icerebilir. Bu mesajin alicisinin ddisindaki kisiler tarafindan okunmasi, bir baska adrese yönlendirilmesi, herhangi bir sekilde yayinlanmasi ,kullanilmasi yasaktir.Bu mesajin alicisi olmadiginiz halde bir hata sonucu aldi iseniz lütfen mesajin göndericisi ile irtibat kurarak mesaj ve eklentilerini sisteminizden siliniz. ##################################################################################### ##################################################################################### Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. ##################################################################################### |
From: Alessandro R. <al...@pr...> - 2008-07-10 08:36:05
|
On 10-07-2008 at 10:15, go...@ha... wrote: >Software error: >Died at /usr/lib/perl5/5.10.0/base.pm line 93. >BEGIN failed--compilation aborted at >/usr/local/lib/perl5/site_perl/5.10.0/Mail/Box/Message.pm line 13. I still haven't had a chance to test ezmlm-www with Perl 5.10. However I think that you just have some missing CPAN dependency (i.e. Mail::Message). Did you install the modules using the CPAN shell or did you just download them manually? If you installed them manually, did you do a "make test" as everybody should do? Regards, alessandro. |
From: Göksel C. <go...@ha...> - 2008-07-10 09:45:20
|
Hello, I installed required modules manually and followed instructions written in the README and INSTALL files. I used "make test" for every installation. After that i thought if i should install the modules via CPAN, then installed the CPAN installation tool and tried to reinstall the modules -especially those Mail::..- but it said that they are already installed and updated. Thank You and best regards, Goksel -----Original Message----- From: ezm...@li... [mailto:ezm...@li...] On Behalf Of Alessandro Ranellucci Sent: Thursday, July 10, 2008 11:35 AM To: ezm...@li... Subject: Re: [ezmlm-www] ezmlm-www doesnt work On 10-07-2008 at 10:15, go...@ha... wrote: >Software error: >Died at /usr/lib/perl5/5.10.0/base.pm line 93. >BEGIN failed--compilation aborted at >/usr/local/lib/perl5/site_perl/5.10.0/Mail/Box/Message.pm line 13. I still haven't had a chance to test ezmlm-www with Perl 5.10. However I think that you just have some missing CPAN dependency (i.e. Mail::Message). Did you install the modules using the CPAN shell or did you just download them manually? If you installed them manually, did you do a "make test" as everybody should do? Regards, alessandro. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ezmlm-www-discuss mailing list Ezm...@li... https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss ##################################################################################### Lütfen Dikkat:: Bu mesajin icerisindeki bilgi ve eklentiler sadece mesaj basligindaki alicilarina gönderilmis olup gizli bilgi ya da sadece alicinin kullanabilecegi materyal icerebilir. Bu mesajin alicisinin ddisindaki kisiler tarafindan okunmasi, bir baska adrese yönlendirilmesi, herhangi bir sekilde yayinlanmasi ,kullanilmasi yasaktir.Bu mesajin alicisi olmadiginiz halde bir hata sonucu aldi iseniz lütfen mesajin göndericisi ile irtibat kurarak mesaj ve eklentilerini sisteminizden siliniz. ##################################################################################### ##################################################################################### Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. ##################################################################################### |
From: Alessandro R. <al...@pr...> - 2008-07-10 09:54:49
|
On 10-07-2008 at 11:49, Göksel Canerli wrote: >I installed required modules manually and followed >instructions written in the README and INSTALL files. >I used "make test" for every installation. >After that i thought if i should install the modules >via CPAN, then installed the CPAN installation tool and >tried to reinstall the modules -especially those Mail::..- >but it said that they are already installed and updated. You shold have used the CPAN shell before, intead of manual install. Now you have to resolve the dependencies. Typing: perl -MMail::Box::Manager will probably tell you the names of the modules it's missing. Mail::Message is one of them. However, this is not a ezmlm-www specific installation issue so I think there's no further interest on this mailing list about that: fix your CPAN and ezmlm-www will work. alessandro. |
From: Göksel C. <go...@ha...> - 2008-07-10 11:43:17
|
Ok , Great!!. I removed the modules and reinstalled vi CPAN shell.. Now i dont get any compilation error but following: Error: Invalid mailing list name. powered by ezmlm-www (v1.4.5) i'm checking the config.pm and seems everything is ok . Any suggestion? Thank you for your time and great information Goksel -----Original Message----- From: ezm...@li... [mailto:ezm...@li...] On Behalf Of Alessandro Ranellucci Sent: Thursday, July 10, 2008 12:54 PM To: ezm...@li... Subject: Re: [ezmlm-www] ezmlm-www doesnt work On 10-07-2008 at 11:49, Göksel Canerli wrote: >I installed required modules manually and followed >instructions written in the README and INSTALL files. >I used "make test" for every installation. >After that i thought if i should install the modules >via CPAN, then installed the CPAN installation tool and >tried to reinstall the modules -especially those Mail::..- >but it said that they are already installed and updated. You shold have used the CPAN shell before, intead of manual install. Now you have to resolve the dependencies. Typing: perl -MMail::Box::Manager will probably tell you the names of the modules it's missing. Mail::Message is one of them. However, this is not a ezmlm-www specific installation issue so I think there's no further interest on this mailing list about that: fix your CPAN and ezmlm-www will work. alessandro. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ezmlm-www-discuss mailing list Ezm...@li... https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss ##################################################################################### Lütfen Dikkat:: Bu mesajin icerisindeki bilgi ve eklentiler sadece mesaj basligindaki alicilarina gönderilmis olup gizli bilgi ya da sadece alicinin kullanabilecegi materyal icerebilir. Bu mesajin alicisinin ddisindaki kisiler tarafindan okunmasi, bir baska adrese yönlendirilmesi, herhangi bir sekilde yayinlanmasi ,kullanilmasi yasaktir.Bu mesajin alicisi olmadiginiz halde bir hata sonucu aldi iseniz lütfen mesajin göndericisi ile irtibat kurarak mesaj ve eklentilerini sisteminizden siliniz. ##################################################################################### ##################################################################################### Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. ##################################################################################### |
From: Alessandro R. <al...@pr...> - 2008-07-10 11:51:48
|
On 10-07-2008 at 13:47, Göksel Canerli wrote: >I removed the modules and reinstalled vi CPAN shell.. >Now i dont get any compilation error but following: >Error: Invalid mailing list name. >powered by ezmlm-www (v1.4.5) >i'm checking the config.pm and seems everything is ok . >Any suggestion? http://www.catb.org/~esr/faqs/smart-questions.html If you say that everything seems ok, then we have nothing to say. If you show us your configuration, we could find errors. If you show us how you're calling your ezmlm-www webpage, we could find errors. If you give us any information you have, we could find what's wrong. Otherwise, without providing any information, I don't see what kind of help you're expecting. alessandro. |
From: Göksel C. <go...@ha...> - 2008-07-10 12:48:37
|
It was my mistake , i solved it .. i was typing only http://www.example.com/list/index.cgi expecting list names. I checked the manuals carefully one more time and found that i would have to type it as written there http://www.example.com/list/?us...@ex... Sorry for inconvenience.Thank you again. Regards Goksel -----Original Message----- From: ezm...@li... [mailto:ezm...@li...] On Behalf Of Alessandro Ranellucci Sent: Thursday, July 10, 2008 2:52 PM To: ezm...@li... Subject: Re: [ezmlm-www] ezmlm-www doesnt work On 10-07-2008 at 13:47, Göksel Canerli wrote: >I removed the modules and reinstalled vi CPAN shell.. >Now i dont get any compilation error but following: >Error: Invalid mailing list name. >powered by ezmlm-www (v1.4.5) >i'm checking the config.pm and seems everything is ok . >Any suggestion? http://www.catb.org/~esr/faqs/smart-questions.html If you say that everything seems ok, then we have nothing to say. If you show us your configuration, we could find errors. If you show us how you're calling your ezmlm-www webpage, we could find errors. If you give us any information you have, we could find what's wrong. Otherwise, without providing any information, I don't see what kind of help you're expecting. alessandro. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ezmlm-www-discuss mailing list Ezm...@li... https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss ##################################################################################### Lütfen Dikkat:: Bu mesajin icerisindeki bilgi ve eklentiler sadece mesaj basligindaki alicilarina gönderilmis olup gizli bilgi ya da sadece alicinin kullanabilecegi materyal icerebilir. Bu mesajin alicisinin ddisindaki kisiler tarafindan okunmasi, bir baska adrese yönlendirilmesi, herhangi bir sekilde yayinlanmasi ,kullanilmasi yasaktir.Bu mesajin alicisi olmadiginiz halde bir hata sonucu aldi iseniz lütfen mesajin göndericisi ile irtibat kurarak mesaj ve eklentilerini sisteminizden siliniz. ##################################################################################### ##################################################################################### Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. ##################################################################################### |