haproxytech / haproxy-lua-oauth

JWT Validation implementation for HAProxy Lua host
Apache License 2.0
105 stars 50 forks source link

unable to install luasocket #21

Closed flyingCodeMonkeys closed 3 years ago

flyingCodeMonkeys commented 3 years ago

Hello following the installation instructions I am trying to install the haproxy and the luasocket. I did sudo ./install.sh luaoauth and it errored out saying: `[+] Installing haproxy-lua-oauth dependencies |In file included from luasocket.c:15:0: luasocket.h:27:10: fatal error: lua.h: No such file or directory

include "lua.h"

      ^~~~~~~

compilation terminated. `

NickMRamirez commented 3 years ago

Do you have HAProxy installed? If so, which version, and on what Linux distro?