Subject: | RT-Extension-CommandByMail-0.08_01 installation bug |
Date: | Wed, 10 Nov 2010 18:01:35 +0000 |
To: | "bug-RT-Extension-CommandByMail [...] rt.cpan.org" <bug-RT-Extension-CommandByMail [...] rt.cpan.org> |
From: | "Thoraval, Samuel" <Samuel.Thoraval [...] lifetech.com> |
Hi,
I could successfully install RT-Extension-CommandByMail-0.08_01 using:
perl Makefile.pl
make
make install
However, after adding the plugin to the list of RT plugins:
Set(@Plugins, qw(RTx::Calendar RT::Extension::MobileUI Filter::TakeAction));
I get the following error when attempting to restart apache which fails to start up:
[Wed Nov 10 16:43:18 2010] [error] Can't locate Filter/TakeAction.pm in @INC (@INC contains: /var/www/html/rt3/bin/../local/lib /var/www/html/rt3/local/plugins/RTx-Calendar/lib /var/www/html/rt3/local/plugins/RT-Extension-MobileUI/lib /var/www/html/rt3/bin/../lib /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 . /etc/httpd) at /var/www/html/rt3/bin/../lib/RT.pm line 660.\nCompilation failed in require at (eval 2) line 1.\n
I've also tried the following but it does not work either:
Set(@Plugins, qw(RTx::Calendar RT::Extension::MobileUI RT::Interface::Email::Filter::TakeAction));
Can you please help on this issue?
I'm using rt-3.8.8, see additiona information below...
Many thanks,
Samuel
[root@mack etc]# perl -v
This is perl, v5.8.8 built for x86_64-linux-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[root@mack etc]# uname -a
Linux mack.solid 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Best regards,
Samuel