【介绍】
参考:https://mod.gnutls.org/wiki/develop
下载:https://mod.gnutls.org/downloads/
【编译】
git clone https://mod.gnutls.org/git/mod_gnutls && cd mod_gnutls autoreconf -fiv export LIBGNUTLS_CFLAGS="-I/usr/include/gnutls" LIBGNUTLS_LIBS="-L/usr/lib -lgnutls" ./configure --with-apxs=/usr/local/apache2/bin/apxs --with-apu-config=/usr/bin/apu-1-config make && make install
输出:
... Libraries have been installed in: /usr/local/apache2/modules ...
编译安装完成。