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
Hi there
When i try to add this module, i get the following error when configure runs:
nginx-x-rid-header/ngx_x_rid_header_module.c:9:24: fatal error: uuid.h: No such file or directory compilation terminated.
I have uuid-dev install and also the "--with-ld-opt=-lossp-uuid" line has been added.
Please can you assist with this?
The text was updated successfully, but these errors were encountered:
In case someone still needs this for some reason: you need to add "-I /usr/include/ossp" to your c compiler flags
Sorry, something went wrong.
No branches or pull requests
Hi there
When i try to add this module, i get the following error when configure runs:
nginx-x-rid-header/ngx_x_rid_header_module.c:9:24: fatal error: uuid.h: No such file or directory
compilation terminated.
I have uuid-dev install and also the "--with-ld-opt=-lossp-uuid" line has been added.
Please can you assist with this?
The text was updated successfully, but these errors were encountered: