Hi William, 

 thank you that you've already answered the question of Tianyin!

 @Tianyin:

 Hi, thank you for your time and interest! I'm trying to solve the problem too, 
at the moment. 

 The appears to me, that the problem is caused by the fact, that mod_unixd is 
new in 2.4.1.

 I compiled 2.4.1 with mod_unixd as an DSO, what might be the reason for the 
problem. Though
 mod_fcgid is including mod_unixd.h in fcgid_pm_unix.c in line 35:

 #if MODULE_MAGIC_NUMBER_MAJOR >= 20090209
 #include "mod_unixd.h"
 #endif

 As I wasn't sure, whether the MODULE_MAGIC_NUMBER_MAJOR condition works, or 
not. So I forced
 the inclusion of mod_unixd.h by deleting the condition. The result was the 
same. The function still isn't
 defined. 

 I guess I'll give it a try with an statically linked mod_unixd in the httpd 
executable. Maybe this might help.
 I'll report the result at this mailing list.

 Ciao
 Richard

----- Ursprüngliche Nachricht -----
Von: William A. Rowe Jr.
Gesendet: 22.03.12 09:45 Uhr
An: users@httpd.apache.org
Betreff: Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start 
with undefined symbol: ap_unixd_setup_child message

 On 3/22/2012 3:25 AM, Tianyin Xu wrote: > Hi, Richard, > > The problem you 
found is really interesting to me. I would like to take a look at it. > > But 
it seems that the module "mod_fcgid" is not an official Apache module? Since I 
cannot > find it in the manual of Apache httpd-2.4.1 (see the following link) > 
> http://httpd.apache.org/docs/2.4/mod/ It's not core, it's not in 2.4 
tarballs. http://httpd.apache.org/mod_fcgid/ 
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html 
--------------------------------------------------------------------- To 
unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional 
commands, e-mail: users-h...@httpd.apache.org



------------------------------------------ 
 Richard Westebbe 

 Engersche Str. 14 
 33611 Bielefeld 
 Germany 

 Tel.: +49-521-1364062 
 Mobil: +49-151-41223005 
 Mail: richard.weste...@gmx.de 
 www: http://www.richard-westebbe.de

Reply via email to