Jorge Schrauwen wrote: > I tried to compiled mod_fcgid myself to see if I can replicate the problem. > I can't even compiled it against 2.2.6. > I get a lot of link errors agains APR.
Silly question, did you add libapr-1.lib, libaprutil-1.lib libhttpd.lib to the link command? (Worse, if you did add apr-1.lib aprutil-1.lib, those are static libraries and wouldn't even interface into the running instance of the libraries in a running httpd process). Bill