Subject: | RTx-Calendar and RT- |
Date: | Wed, 18 Mar 2015 20:40:34 +0000 |
To: | "bug-RTx-Calendar [...] rt.cpan.org" <bug-RTx-Calendar [...] rt.cpan.org> |
From: | "Karres, Dean" <karres [...] illinois.edu> |
Hi,
I am running RT 4.2.10 on a RHEL 6.6 box with perl 5.20.2
I can install RTx::Calendar but when I try to start httpd I get:
# /etc/init.d/httpd start
Starting httpd: [5966] [Wed Mar 18 20:20:26 2015] [warning]: (in cleanup) Error while loading /opt/rt4/sbin/rt-server: Can't locate DateTime/Set.pm in @INC (@INC contains: /opt/rt-4.2.10/sbin/../local/lib /opt/rt-4.2.10/local/plugins/RTx-Calendar/lib /opt/rt-4.2.10/local/plugins/RT-Authen-ExternalAuth/lib /opt/rt-4.2.10/local/plugins/RT-Extension-LDAPImport/lib /opt/rt-4.2.10/sbin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . /etc/httpd) at /opt/rt-4.2.10/local/plugins/RTx-Calendar/lib/RTx/Calendar.pm line 5.
BEGIN failed--compilation aborted at /opt/rt-4.2.10/local/plugins/RTx-Calendar/lib/RTx/Calendar.pm line 5.
Compilation failed in require at /opt/rt-4.2.10/sbin/../lib/RT.pm line 729. (/opt/rt-4.2.10/sbin/../lib/RT.pm:390)
This is very strange because it acts like it wants to use the system default perl 5.10.1 even when I am very specifically using the 5.20.2 version I have in /usr/local
At this instant I have added the DateTime::Set module through the system yum repo and the server started without error. This is just odd