Giter VIP home page Giter VIP logo

Comments (2)

hahasharklion avatar hahasharklion commented on July 19, 2024

哭死,自己解决了 原来 --with-stream参数不加=dynamic

from ngx_healthcheck_module.

hahasharklion avatar hahasharklion commented on July 19, 2024

nginx -t的时候报错
nginx: [emerg] dlopen() “/usr/lib64/nginx/modules/ngx_stream_module.so” failed (/usr/lib64/nginx/modules/ngx_stream_module.so: undefined symbol: SSL_CTX_set_options) in /usr/share/nginx/modules/mod-stream.conf:1
结果去objs目录发现没有这个文件,但如果用 --with-stream=dynamic这个参数添加其他的模块,比如[ngx_http_proxy_connect_module],之后make。objs目录里就有ngx_stream_module*这些文件。objs有这些文件后再用--with-stream参数配置[ngx_healthcheck_module]模块,make。把objs下已有的ngx_stream_module.so文件复制到/usr/share/nginx/modules里就好了。

from ngx_healthcheck_module.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.