Hello, require("resty.nettle") get error ERROR: /usr/local/openresty/site/lualib/resty/nettle/library.lua:55: unable to load nettle
I've installed nettle 3.7.3 into my system by:
#!/bin/bash
VERSION=3.7.3
sudo apt-get install m4
cd /tmp
wget https://ftp.gnu.org/gnu/nettle/nettle-${VERSION}.tar.gz
tar -xvf nettle-${VERSION}.tar.gz
cd nettle-${VERSION}
./configure && make && make install
effect:
root@DESKTOP-S3UK088:~/xodel# ls /usr/local/bin|grep nettle
nettle-hash
nettle-lfib-stream
nettle-pbkdf2
root@DESKTOP-S3UK088:~/xodel# ls /usr/local/bin|grep hogweed
root@DESKTOP-S3UK088:~/xodel#
Hello,
require("resty.nettle")
get errorERROR: /usr/local/openresty/site/lualib/resty/nettle/library.lua:55: unable to load nettle
I've installed nettle 3.7.3 into my system by:effect: