Miss-you edited a comment on issue #1669: URL: https://github.com/apache/incubator-apisix/issues/1669#issuecomment-641974661
I corrected my statement, `$prefix` is the path specified by `-p` of `openresty`, the reason why it failed here is because the compilation was created with the root user pull, then the default nginx worker process is nobody, its $prefix value will have a problem, resulting in not finding the resty dependency library. It is recommended to use a normal user instead of root to build and run apache apisix locally. Of course, it is also recommended to use an ordinary public user instead of root in a production environment to ensure that even if a nginx or openresty process is compromised, the intruder does not have particularly large privileges, thus reducing losses. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
