We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello everyone, can anyone tell me what the error is?
when building nginx packages with the vidayoot etu oshibku brotley module
objs/addon/static/ngx_http_brotli_static_module.o objs/ngx_modules.o -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl -lpthread -lpthread -lcrypt -L/usr/local/src/ngx_brotli/deps/brotli/c/../out -lbrotlienc -lbrotlicommon -lm -lpcre2-8 -lssl -lcrypto -ldl -lpthread -lz -Wl,-E /usr/bin/ld: cannot find -lbrotlienc /usr/bin/ld: cannot find -lbrotlicommon collect2: error: ld returned 1 exit status make[2]: *** [objs/Makefile:333: objs/nginx] Error 1 make[2]: Leaving directory '/usr/local/src/nginx-1.24.0/debian/build-nginx' make[1]: *** [Makefile:10: build] Error 2 make[1]: Leaving directory '/usr/local/src/nginx-1.24.0/debian/build-nginx' make: *** [debian/rules:52: build-arch.nginx] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
The text was updated successfully, but these errors were encountered:
Is this output correct? It does not look like TPMCalculator
Sorry, something went wrong.
r78v10a07
No branches or pull requests
Hello everyone, can anyone tell me what the error is?
when building nginx packages with the vidayoot etu oshibku brotley module
objs/addon/static/ngx_http_brotli_static_module.o
objs/ngx_modules.o
-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl -lpthread -lpthread -lcrypt -L/usr/local/src/ngx_brotli/deps/brotli/c/../out -lbrotlienc -lbrotlicommon -lm -lpcre2-8 -lssl -lcrypto -ldl -lpthread -lz
-Wl,-E
/usr/bin/ld: cannot find -lbrotlienc
/usr/bin/ld: cannot find -lbrotlicommon
collect2: error: ld returned 1 exit status
make[2]: *** [objs/Makefile:333: objs/nginx] Error 1
make[2]: Leaving directory '/usr/local/src/nginx-1.24.0/debian/build-nginx'
make[1]: *** [Makefile:10: build] Error 2
make[1]: Leaving directory '/usr/local/src/nginx-1.24.0/debian/build-nginx'
make: *** [debian/rules:52: build-arch.nginx] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
The text was updated successfully, but these errors were encountered: