From 12f1c84fa04f539a93f94114e629aabefb8e8079 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Mon, 29 Apr 2024 01:52:59 +0700 Subject: [PATCH] nginx_build_script: enhance: LibreSSL note --- nginx_build_script/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nginx_build_script/README.md b/nginx_build_script/README.md index 48433ea..b2817c4 100644 --- a/nginx_build_script/README.md +++ b/nginx_build_script/README.md @@ -45,12 +45,16 @@ done #### Note : * don't forgot to add necessary `lua_package_path` directive to `nginx.conf`, in the http context. else Nginx won't run. -* LibreSSL is broken when compile with Nginx Lua - ```lua lua_package_path "/usr/local/lua/?.lua;;'; ``` +* LibreSSL is broken when compile with Nginx Lua +taken from compiler: +``` +error: implicit declaration of function ‘SSL_client_hello_get0_ext’ [-Werror=implicit-function-declaration] +``` + systemd Template: `Location : /lib/systemd/system/nginx.service`