nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

Does ngix for windows support http_perl_module? #1023

Closed wangdbang closed 9 months ago

wangdbang commented 9 months ago

I tried to compile nginx-release-1.25.3, configed it with parameter --with-http_perl_module, but failed, it printed as follow: LINK : warning LNK4044: unrecognized option '/s'; ignored LINK : warning LNK4044: unrecognized option '/LD:\STRAWB~1\perl\lib\CORE'; ignored LINK : warning LNK4044: unrecognized option '/LD:\STRAWB~1\c\lib'; ignored LINK : warning LNK4044: unrecognized option '/LD:\STRAWB~1\c\x86_64-w64-mingw32\lib'; ignored LINK : warning LNK4044: unrecognized option '/LD:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.1.0'; ignored LINK : fatal error LNK1104: cannot open file 'objs\src\http\modules\perl\ngx_http_perl_module.obj' NMAKE : fatal error U1077: 'cl @C:\Users\MyPc\AppData\Local\Temp\nm3042.tmp' : return code '0x2' Stop. NMAKE : fatal error U1077: 'D:\MVS\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x86\nmake.exe -f objs/Makefile' : return code '0x2' Stop.

ac000 commented 9 months ago

This is the issue tracker for NGINX Unit. Have a look here for getting help with nginx.

wangdbang commented 9 months ago

I'm so sorry, you can close this, i will try it according your clues, thanks.