Compile mod_fastcgi for Apache 2.2 in Windows

Source: Internet
Author: User

For more information, see http://www.dup2.org/node/754. I just added the include and Lib directories of Apache 2.2 to the compilation link parameters.

CL/ID: apache2.2include/MD/D "Win32"/C fcgi_buf.c
CL/ID: apache2.2include/MD/D "Win32"/C fcgi_config.c
CL/ID: apache2.2include/MD/D "Win32"/C fcgi_pm.c
CL/ID: apache2.2include/MD/D "Win32"/C fcgi_protocol.c
CL/ID: apache2.2include/MD/D "Win32"/C fcgi_util.c
CL/ID: apache2.2include/MD/D "Win32"/C mod_fastcgi.c

Link/libpath: apache2.2lib/DLL mod_fastcgi.obj fcgi_util.obj fcgi_protocol.obj fcgi_pm.obj fcgi_config.obj fcgi_buf.obj libhttpd. Lib libapr-1.lib ws2_32.lib

Or

CL/ID: apache2.2include/nologo/MD/W3/O2/D "Win32"/D "ndebug"/D "_ console"/D "shared_module"/FD/C *. c
Link/libpath: apache2.2lib/dll/nologo/subsystem: console/Incremental: No supported fcgi_util.obj ready fcgi_pm.obj fcgi_config.obj fcgi_buf.obj libhttpd. Lib libapr-1.lib ws2_32.lib

If the r6034 error occurs during loadmodule, you may need

Mt.exe-manifest mod_fastcgi.dll.manifest-outputresource: mod_fastcgi.dll; 2

For details, refer

Http://msdn2.microsoft.com/zh-cn/library/ms235560 (vs.80). aspx
Http://msdn2.microsoft.com/zh-cn/library/ms235591 (vs.80). aspx

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.