I do not know whether i did something wrong but before a new release of mod_fcgid, i wanted to share my experience:
I use Apache 2.2.13 on a OpenSUSE 10.3 distri and did download and extract mod_fcgid-2.3.1-beta.tar.gz to /usr/local/source/mod_fcgid-2.3.1 >From there i did APXS=/usr/sbin/apxs2 ./configure.apxs and following 'make', i got a gcc compiler error complaining about a missing mpm.h and mpm_default.h in /usr/include/apache2 I came around the problem by symlinking both files using :/usr/include/apache2 # ln -s ../apache2-prefork/mpm.h mpm.h :/usr/include/apache2 # ln -s ../apache2-prefork/mpm_default.h mpm_default.h and instead of 'make install' i just copied the resulting mod_fcgid.so as mod_fcgid.so-2.3.1 to /usr/lib64/apache2 followed by :/usr/lib64/apache2 # ln -s mod_fcgid.so-2.3.1 mod_fcgid.so after renaming the original file to mod_fcgid.so-2.2.org So, in the end i got it running (the problems i entered after using mod_fcgid with binary content are in another thread on this list). I just wonder whether i did something wrong or whether there is a 'flaw' in the Makefile which might causes this error with other people who may not be too experienced to find a solution themselves. Regards, Marcus
