You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/19 02:27:25 UTC

[GitHub] [apisix] spacewander commented on issue #3598: Failed to Install APISIX-2.3 from RPM Package

spacewander commented on issue #3598:
URL: https://github.com/apache/apisix/issues/3598#issuecomment-781770003


   For temporary fix, need to install `openresty-openssl` with APISIX-2.3 rpm package.
   In the future, we need to switch to `openresty-openssl111` as the latest version of OpenResty already switch to `openresty-openssl111`:
   https://github.com/openresty/openresty-packaging/blob/8c9959f2f48cf855a5390efed7554408f77367b6/rpm/SPECS/openresty.spec#L30
   
   > But I don't think it's a good solution that the OpenSSL development library must be installed in PROD
   
   We can remove it in rpm SPEC: https://github.com/api7/build-tools/blob/dd6a77597a6e61f997415756216c9b115eecada4/run.sh#L49
   
   But for luarocks, we still need to install OpenSSL development library so that the Lua library dependencies can be installed. Some Lua libraries need to be built with the OpenSSL development library.


----------------------------------------------------------------
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:
users@infra.apache.org