Opened 3 years ago
Closed 3 years ago
#2201 closed defect (fixed)
build_module.sh error cd: pkg-oss/rpm/SPECS: No such file or directory
Reported by: | Owned by: | thresh | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-package | Version: | |
Keywords: | Cc: | ||
uname -a: | Linux centos7rpm 5.11.3-1.el7.elrepo.x86_64 #1 SMP Wed Mar 3 19:20:04 EST 2021 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: | 1.20.1 |
Description (last modified by )
error message
Submodule path 'deps/brotli/research/libdivsufsort': checked out '5f60d6f026c30fb4ac296f696b3c8b0eb71bd428'
build_module.sh: WARNING: This is a static module, attempting to convert to dynamic (experimental)
build_module.sh: INFO: Downloading NGINX packaging tool
abort: error: [SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:618)
./build_module.sh: line 369: cd: pkg-oss/rpm/SPECS: No such file or directory
build_module.sh: ERROR: Unable to obtain NGINX packaging tool - quitting
build os
os:centos 7.8.2003
openssl 1.1.1k
nginx build 1.20.1
command
wget https://hg.nginx.org/pkg-oss/raw-file/default/build_module.sh
chmod a+x build_module.sh
build_module.sh -v '1.20.1' --force-dynamic https://github.com/google/ngx_brotli.git
Change History (5)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Status: | new → accepted |
---|
comment:3 by , 3 years ago
Component: | nginx-module → nginx-package |
---|
comment:4 by , 3 years ago
Owner: | set to |
---|---|
Status: | accepted → assigned |
comment:5 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed since http://hg.nginx.org/pkg-oss/rev/9e7c296dcad6
Thanks!
It looks like SNI support is lacking in python used in CentOS 7. build_module.sh needs to be fixed to properly support this OS.