imjoey commented on issue #5166: URL: https://github.com/apache/apisix/issues/5166#issuecomment-966902008
> > OpenSSL 1.1.1 is need. Please build apisix-openresty within the given dockerfile in that project instead of just running part of the build script. > > I installed the following packages ,but still get the same error yum install -y curl git gcc openresty-openssl111-devel unzip pcre pcre-devel openssl openssl-devel > > BTW: Because I want to install apisix in virtal machine and bare metal server , not in docker environment Thinks @shengjianzhou Hi, please clone the code https://github.com/api7/apisix-build-tools and use the following command to generate the apisix-base-1.0.0-0.el7.x86_64.rpm, which represents your customized openresty package. ``` $ make package type=rpm app=apisix-base version=1.0.0 image_base=centos image_tag=7` ls output/ apisix-base-1.0.0-0.el7.x86_64.rpm ``` If you want to customize your openresty, please make your own changes on https://github.com/api7/apisix-build-tools/blob/master/build-apisix-base.sh. This only make use of the docker environment for compiling, the generated artifact is rpm, right for VM installation. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
