When installing APIcast 3.1.0 self-managed according to CHAPTER 3. APICAST SELF-MANAGED, the following step no longer works:
$ sudo luarocks make apicast/*.rockspec --tree /usr/local/openresty/luajit
When running the above command, the following message appears:
"Missing dependencies for apicast:
lua-resty-jwt == 0.1.10-1
router == 2.1-0
lua-resty-env == 0.3.0-1
inspect == 3.1.0-1
lua-resty-url == 0.2.0-1
lua-resty-http == 0.10-0
Error: Could not satisfy dependency: lua-resty-jwt == 0.1.10-1"
Searching for lua-resty-jwt using luarocks:
$ luarocks search lua-resty-jwt
"Search results:
===============
Rockspecs and source rocks:
---------------------------
lua-resty-jwt
0.2.0-0 (rockspec) - https://luarocks.org
0.2.0-0 (src) - https://luarocks.org
0.1.11-0 (rockspec) - https://luarocks.org
0.1.11-0 (src) - https://luarocks.org
0.1.10-0 (rockspec) - https://luarocks.org
0.1.10-0 (src) - https://luarocks.org
0.1.9-0 (rockspec) - https://luarocks.org
0.1.9-0 (src) - https://luarocks.org
0.1.8-0 (rockspec) - https://luarocks.org
0.1.8-0 (src) - https://luarocks.org
0.1.7-0 (rockspec) - https://luarocks.org
0.1.7-0 (src) - https://luarocks.org
0.1.6-0 (rockspec) - https://luarocks.org
0.1.6-0 (src) - https://luarocks.org
0.1.5-0 (rockspec) - https://luarocks.org
0.1.5-0 (src) - https://luarocks.org
0.1.4-0 (rockspec) - https://luarocks.org
0.1.4-0 (src) - https://luarocks.org
The trouble seems to be that the -1 release is no longer available. And since the APIcast rockspec file requires an exact version match, it refuses to use any other version than 0.1.10-1.
- relates to
-
THREESCALE-1043 [documentation] remove instructions for self-managed gateway deployment
-
- Closed
-