-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n00b question #5
Comments
Could you try the installation with --verbose option? luarocks install --verbose kong-oidc Maybe we get more information on error. |
Here's the full output:
It would seem it's trying to inflate a file called: |
Ok. I made some progress. I was comparing your rockspec to the one from
I was then able to get it to install to this point:
|
ok. I got it to install. I needed the changes I made to the rockspec file here's how I finally got it to install: NOTE: I did need to use the altered rockspec file I posted above.
|
Now that I have everything working, I've been able to setup
If I comment out line 11 of
Is there somewhere in the kong config or nginx config that I should be initializing
Thanks for the help! Is there a better way for me to communicate with you? email? |
…ndpoint-support discovery_override added to schema, README update and utils.get_optio…
Update and rename kong-oidc-1.2.2-1.rockspec to kong-oidc-1.2.3-1.rockspec
I'm pretty new to kong and lua. Every time I try to install per the instructions, I get a message:
This is happening both on my mac and a fresh ubuntu 14.04 install.
Any ideas as to what's wrong here?
FWIW, it's line 195 of
/usr/local/share/lua/5.1/luarocks/fs/unix/tools.lua
. It seems likekong-oidc
is being passed into thetools.unpack_archive
function.The text was updated successfully, but these errors were encountered: