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
src/os/unix/ngx_user.c: In function ‘ngx_libc_crypt’: src/os/unix/ngx_user.c:36:7: error: ‘struct crypt_data’ has no member named ‘current_salt’ 36 | cd.current_salt[0] = ~salt[0]; | ^ make[2]: *** [objs/Makefile:1050: objs/src/os/unix/ngx_user.o] Error 1 make[1]: *** [Makefile:8: build] Error 2 make: *** [Makefile:8: all] Error 2 [-] Failed to compile openresty.
The text was updated successfully, but these errors were encountered:
I am also having the same issue on a Ubuntu 20.04 LTS hosted on AWS.
Sorry, something went wrong.
No branches or pull requests
src/os/unix/ngx_user.c: In function ‘ngx_libc_crypt’:
src/os/unix/ngx_user.c:36:7: error: ‘struct crypt_data’ has no member named ‘current_salt’
36 | cd.current_salt[0] = ~salt[0];
| ^
make[2]: *** [objs/Makefile:1050: objs/src/os/unix/ngx_user.o] Error 1
make[1]: *** [Makefile:8: build] Error 2
make: *** [Makefile:8: all] Error 2
[-] Failed to compile openresty.
The text was updated successfully, but these errors were encountered: