-
Notifications
You must be signed in to change notification settings - Fork 535
Configuration fails alpine-fat #116
New issue
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
Comments
Can you paste more context or link a gist of your Dockerfile? Note that that flag currently exists in build-from-source images like Also, the recent addition of #114 will allow building dynamic modules separate from the main OpenResty build process. |
Sure, sorry about the lack of info. Here is the gist of the modified Alpine. https://gist.github.com/adahlmanpinterest/b59b774dafc5d174be8ffafbd1dbaff0 I switched off the fat after reading your comment. The issue is that now I'm still getting an error, this time during run, My guess this is tied to the xslt module we are trying to use for our stylesheet. |
From that gist, I see that you were putting the I'm not familiar with that |
Closing from lack of activity -- feel free to re-open if you still have issues. |
I'm trying to get xslt stylesheets to work, however when using the flag
--with-http_xslt_module=dynamic
during the configure run I get this error:Following the docs in nginx and openresty.
The text was updated successfully, but these errors were encountered: