<div dir="ltr">I had the same issue installing on a 64 Bit instance of Fedora. I just had to make sure hte paths were correct and things started working.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 23, 2013 at 12:42 PM, Jeremy Mates <span dir="ltr"><<a href="mailto:jmates@uw.edu" target="_blank">jmates@uw.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* dporter89 <<a href="mailto:dporter89@yahoo.com">dporter89@yahoo.com</a>><br>
<div class="im">>         DateTime ...MISSING<br>
>                 Can't locate Data/OptList.pm in @INC (@INC contains:<br>
> /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl<br>
> /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5<br>
> /root/Downloads/rt-4.0.17) at /usr/local/share/perl5/Class/Load.pm line 8.<br>
<br>
</div>Good things to check are whether multiple perl installs have been done<br>
(to avoid the problem of RT using /path/to/{cpan,perl} but the PATH<br>
lists /some/other/{cpan,perl} first), and whether selinux is stabbing<br>
you in the back yet again. I avoid the vendor perl on Redhat or sed<br>
jobs of such, and install a custom perl to /opt/rt, and only use that<br>
for RT, but care must be taken to only use that version. More elaborate<br>
would be to only use /path/to/{cpan,perl}-5.18.1 and otherwise<br>
specifically versioned command names, but that's a few extra steps<br>
during the install of perl.<br>
<br>
  ./Configure -des -Dprefix=/opt/rt4 && make test && make install<br>
  /opt/rt4/bin/perl -MCPAN -e shell<br>
    (then exit that)<br>
<br>
  export PERL_MM_USE_DEFAULT=1<br>
  export PATH=/opt/rt4/bin:$PATH<br>
  env PERL=/opt/rt4/bin/perl ./configure \<br>
   --enable-ssl-mailgate \<br>
   --with-web-handler=fastcgi \<br>
   --with-db-type=Pg \<br>
   --with-web-user=apache --with-web-group=apache --with-rt-group=apache<br>
  make fixdeps<br>
<br>
  ...<br>
<br>
  /opt/rt4/bin/cpan RT::Extension::...<br>
<br>
Perlbrew would be another option, or building the custom perl into a<br>
proper software depot, etc, depending on resources available.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
yad sdrawkcab si yadot<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>John J. Boris, Sr.<div>Online Services</div><div><a href="http://www.onlinesvc.com" target="_blank">www.onlinesvc.com</a></div>
</div>