[rt-users] RT 3.2.2, FastCGI, FC3

Kanwar Ranbir Sandhu m3freak at rogers.com
Mon Jan 31 21:32:32 EST 2005


Replying to myself again:

I gave up with FastCGI. If it works with selinux, I couldn't figure it
out.  I even posted to the fedora-selinux mailing list and received help
from Colin Walters, but it didn't get me any farther.

I ended up installing modperl2 support for RT, and everything is running
fine.  There was one small hiccup with a shared library not being
loaded, but I resolved that by running "restorecon" on it:

[error] Can't load '/usr/lib/perl5/5.8.5/i386-linux-thread-
multi/auto/MIME/Base64/Base64.so'

Here's what I did to fix the above error:

[root at mothership bin]# ls -Z /usr/lib/perl5/5.8.5/i386-linux-thread-
multi/auto/MIME/Base64/Base64.so

-r-xr-xr-x  root     root
root:object_r:lib_t              /usr/lib/perl5/5.8.5/i386-linux-thread-
multi/auto/MIME/Base64/Base64.so

[root at mothership bin]# restorecon /usr/lib/perl5/5.8.5/i386-linux-
thread-multi/auto/MIME/Base64/Base64.so

[root at mothership bin]# ls -Z /usr/lib/perl5/5.8.5/i386-linux-thread-
multi/auto/MIME/Base64/Base64.so

-r-xr-xr-x  root     root
system_u:object_r:shlib_t        /usr/lib/perl5/5.8.5/i386-linux-thread-
multi/auto/MIME/Base64/Base64.so

HTH helps someone in the future...

Regards,

Ranbir
-- 
Kanwar Ranbir Sandhu
Linux Consultant
Systems Aligned Inc.
www.systemsaligned.com




More information about the rt-users mailing list