Erlang 的 libtls 绑定
这些是我们进行时的笔记:
Debian 安装
apt-get install build-essential erlang-dev
安装 libressl-portable。 要将其安装到/opt ,请理解并执行以下操作:
curl -LO http://...libressl-portable.tar.gz
tar -zxf libressl-portable * tar.gz
cd libressl
./configure --prefix=/opt
make check
sudo make install
sudo sh -c ' echo /opt/libressl/lib > /etc/ld.so.conf.d/libressl '
sudo ldconfig
echo export PKG_CONFIG_PATH=/opt/libres
2021-07-19 14:02:59
1.21MB
C
1