You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error happens on CentOS 5 when loading kong.plugins.basic-auth.daos. It must be related to the recent Basic Auth encryption implementation (#33).
/usr/local/bin/luajit: /usr/local/share/lua/5.1/kong/tools/utils.lua:128: /usr/local/share/lua/5.1/luarocks/loader.lua:117: error loading module 'crypto' from file '/usr/local/lib/lua/5.1/crypto.so':
libcrypto.so.6: cannot open shared object file: No such file or directory
stack traceback:
[C]: in function 'error'
/usr/local/share/lua/5.1/kong/tools/utils.lua:128: in function 'load_module_if_exists'
/usr/local/share/lua/5.1/kong/dao/cassandra/factory.lua:48: in function 'load_plugins'
/usr/local/share/lua/5.1/kong/dao/cassandra/factory.lua:39: in function 'new'
/usr/local/share/lua/5.1/classic.lua:63: in function 'DaoFactory'
/usr/local/share/lua/5.1/kong/tools/io.lua:140: in function 'load_configuration_and_dao'
/usr/local/share/lua/5.1/kong/cli/utils/signal.lua:31: in function 'get_kong_config'
/usr/local/share/lua/5.1/kong/cli/utils/signal.lua:321: in function 'is_running'
/usr/local/share/lua/5.1/kong/cli/start.lua:16: in main chunk
[C]: in function 'require'
/usr/local/lib/luarocks/rocks/kong/0.5.0-1/bin/kong:55: in main chunk
[C]: at 0x004040c0
The text was updated successfully, but these errors were encountered:
thibaultcha
changed the title
Error loading dependency
Error loading dependency on CentOS 5
Oct 15, 2015
Okay I was able to replicate. This happens on AWS Amazon Linux AMIs, and can be fixed by running sudo yum -y install openssl098e. This is a problem in the way the CentOS package is being generated, probably because the Amazon Linux AMI is a fork of CentOS 5 with a newer operating system, and a specific distribution needs to be created for it.
This error happens on CentOS 5 when loading
kong.plugins.basic-auth.daos
. It must be related to the recent Basic Auth encryption implementation (#33).The text was updated successfully, but these errors were encountered: