Skip to content
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

Makefile doesn't installs all files #33

Closed
olfway opened this issue Sep 30, 2021 · 1 comment
Closed

Makefile doesn't installs all files #33

olfway opened this issue Sep 30, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@olfway
Copy link

olfway commented Sep 30, 2021

It has

$(INSTALL) lib/resty/openssl*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/
$(INSTALL) lib/resty/openssl/*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/openssl/

but this misses "auxiliary", "include" and "x509" subdirs in resty/openssl/ dir

I guess the same problem was in #2

@fffonion
Copy link
Owner

@olfway Oops, will fix that, thanks! In the meanwhile I would recommand to install using package manager like luarocks or opm.

@fffonion fffonion added the bug Something isn't working label Sep 30, 2021
fffonion pushed a commit that referenced this issue May 28, 2024
…ta (#33)

* Fix: get_certkey returning cdata for raw requests

* Extract loading cert from storage

* Rename functions, flatten parameters

* Fix function name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants