当前位置:   article > 正文

解决nginx 集成openssl的异常_nginx undefined reference to crypt

nginx undefined reference to crypt

解决nginx 集成openssl的异常

        一、背景

       1、nginx 集成 openssl 报错。具体的报错信息如下:       

                     undefined reference to `crypt_r' error       
       

        二、解决方法

        在configure 后添加  --with-cc-opt="-D NGX_HAVE_GNU_CRYPT_R=0"   编译参数即可。  
           添加后的编译参数为:

          ./configure  --with-cc-opt='-D NGX_HAVE_GNU_CRYPT_R=0'--prefix=/usr/local/nginx/  --with-http_ssl_module --with-pcre=../../pcre-8.39 --with-openssl=/root/openssl-1.0.1c-mp-gcl/openssl-1.0.1c-mp


       三、 参考文档

                http://mailman.nginx.org/pipermail/nginx-ru/2007-November/014343.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/662191
推荐阅读
相关标签
  

闽ICP备14008679号