Chaim, Thank you very much for responding so quickly. I did as you said but I was unable to cp /usr/lib/httpd/modules/mod_fastcgi.so as this directory didn't exist on my system. I tried reinstalling httpd and httpd-devel, but it still didn't produce that directory. Any ideas? I'm gonna try some more things tonight when I get home. Thanks again for the help!
Sean McCreadie IT Support Canyon Partners, LLC 310 272 1764 ----- Original Message ----- From: Chaim Rieger <[EMAIL PROTECTED]> To: Sean McCreadie Cc: [email protected] <[email protected]> Sent: Tue Jul 22 12:10:40 2008 Subject: Re: [rt-users] Problems installing RT 3.8 on Centos 5.2 with FastCGI sorry for top posting i install rt 3.8 on centos last night in about 2 hours make sure you have httpd-devel installed (this will install apr-utils wget latest fastcgi cp Makefile.AP2 Makefile change top_dir to /usr/lib/httpd in Makefile make make install cp /usr/lib/httpd/modules/mod_fascgi.so to /etc/httpd/modules create a fastcgi.conf file in /etc/httpd/conf.d/ in it should be the LoadModule directive restart httpd let me know if any issues Sean McCreadie wrote: > > Hello, > > I am trying to install RT 3.8 on Centos 5.2 from source. I have been > following the RHEL4 Install Guide on the wiki and trying to make it > work as best I can. Im running into a problem with installing FastCGI, > apparently http-devel build directories are in a different location > than they are in Centos4, and I think the FastCGI makefile needs to > represent this. I editing the makefile to point to /usr/lib/http for > the location of the Apache installation, but im not sure if this is > right. When I type “make” it appears to run and then gives this line: > > “ /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file > or directory > > mod_fastcgi.c: In function 'open_connection_to_fs': > > mod_fastcgi.c:1083: warning: dereferencing type-punned pointer will > break strict-aliasing rules > > make: *** [mod_fastcgi.slo] Error 1” > > Then when I try: service httpd start I get: > > “Starting httpd: httpd: Syntax error on line 210 of > /etc/httpd/conf/httpd.conf: Syntax error on line 1 of > /etc/httpd/conf.d/FastCGI.conf: Cannot load > /etc/httpd/modules/mod_fastcgi.so into server: > /etc/httpd/modules/mod_fastcgi.so: cannot open shared object file: No > such file or directory” > > I understand its creating the error because the file doesn’t exist, > but Im lost as to what I need to do to correct it. If anyone has any > experience or ideas on this it will be greatly appreciated. Thanks again. > > Sean McCreadie > > ------------------------------------------------------------------------ > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > Community help: http://wiki.bestpractical.com > Commercial support: [EMAIL PROTECTED] > > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com -- -- Chaim Rieger
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
