Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86195 - On amd64 can't get fastcgi to load with apache2
Summary: On amd64 can't get fastcgi to load with apache2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 16:00 UTC by Fred Krogh
Modified: 2005-07-11 20:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Krogh 2005-03-21 16:00:56 UTC
First let me note I have Apache 2.0.52 with mod_fastcgi 2.4.2 working on a an x86 laptop.
This is Apache 2.0.53 on a dual opeteron system.  I have tried with

Include conf/modules.d/*.conf

where modules.d contains: 20_mod_fastcgi.conf

and I have tried commenting out the Include of conf/modules.d and using

LoadModule fastcgi			  modules/mod_fastcgi.so

which is where this module is stored.

mod_fastcgi is not loaded in either in the former it starts (but with no mod_fastcgi in latter case I get

Syntax error on line 357 of /etc/apache2/httpd.conf:
Can't locate API module structure `fastcgi' in file /usr/lib/apache2/modules/mod_fastcgi.so: /usr/lib/apache2/modules/mod_fastcgi.so: undefined symbol: fastcgi

I don't understant this stuff very well, but something seems amiss.




Reproducible: Always
Steps to Reproduce:
1. Details above.
2.
3.

Actual Results:  
Details above.

Expected Results:  
It should have started apache2 with mod_fastcgi included.  (I know it was not
included by using server-info. I had to remove other references to fastcgi in
httpd.conf just to get apache to start.)
Comment 1 Paul Querna 2005-03-21 19:04:32 UTC
Try using:

LoadModule fastcgi_module modules/mod_fastcgi.so


'fastcgi' is not the name of the moduel structure inside the module... it should be fastcgi_module.
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-11 18:55:07 UTC
please reopen if the above doesn't work for you.
thanks!
Comment 3 Fred Krogh 2005-07-11 20:42:53 UTC
(In reply to comment #2)
> please reopen if the above doesn't work for you.
> thanks!
I'm sorry, this has been working for a long time.  I have no idea why I didn't
post something here to that effect, I would usually do so.  My httpd.conf does
have the line you suggest.
Thanks for checking.
Fred