Date: Wed, 25 May 2022 13:22:30 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 264235] nginx-1.22.0_2,2 lua-resty-core-0.1.23 not working. Message-ID: <bug-264235-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264235 Bug ID: 264235 Summary: nginx-1.22.0_2,2 lua-resty-core-0.1.23 not working. Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: bagas1983@mail.ru Hello. My system FreeBSD 12.3-RELEASE-p5 amd64. My installed ports. pkg version -v | egrep 'lua|nginx|pcre' lua-resty-core-0.1.23 =3D up-to-date with index lua-resty-lrucache-0.11 =3D up-to-date with index lua52-5.2.4 =3D up-to-date with index lua53-5.3.6 =3D up-to-date with index luajit-openresty-2.1.20220411 =3D up-to-date with index nginx-1.22.0_2,2 =3D up-to-date with index pcre-8.45_1 =3D up-to-date with index pcre2-10.40 =3D up-to-date with index nginx -t nginx: [emerg] dlopen() "/usr/local/libexec/nginx/ngx_http_lua_module.so" failed (/usr/local/libexec/nginx/ngx_http_lua_module.so: Undefined symbol "pcre_free") in /usr/local/etc/nginx/nginx.conf:2 nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed cat /usr/local/etc/nginx/nginx.conf load_module /usr/local/libexec/nginx/ndk_http_module.so; load_module /usr/local/libexec/nginx/ngx_http_lua_module.so; user tetw tetw; worker_processes 4; timer_resolution 100ms; worker_rlimit_nofile 65144; worker_priority -5; .. ... ... .. } nginx -V nginx version: nginx/1.22.0 built with OpenSSL 1.1.1l-freebsd 24 Aug 2021 TLS SNI support enabled configure arguments: --prefix=3D/usr/local/etc/nginx --with-cc-opt=3D'-I /usr/local/include' --with-ld-opt=3D'-L /usr/local/lib' --conf-path=3D/usr/local/etc/nginx/nginx.conf --sbin-path=3D/usr/local/sbin= /nginx --pid-path=3D/var/run/nginx.pid --error-log-path=3D/var/log/nginx/error.log --user=3Dwww --group=3Dwww --with-compat --modules-path=3D/usr/local/libexe= c/nginx --with-file-aio --http-client-body-temp-path=3D/var/tmp/nginx/client_body_t= emp --http-fastcgi-temp-path=3D/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=3D/var/tmp/nginx/proxy_temp --http-scgi-temp-path=3D/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=3D/var/tmp/nginx/uwsgi_temp --http-log-path=3D/var/log/nginx/access.log --with-http_v2_module --with-http_addition_module --with-http_auth_request_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_realip_module --with-pcre --with-http_secure_link_module --with-http_slice_module --with-http_ssl_mod= ule --with-http_stub_status_module --with-http_sub_module --with-cc-opt=3D'-DNGX_HAVE_INET6=3D0 -I /usr/local/include' --without-mail_imap_module --without-mail_pop3_module --without-mail_smtp_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --with-stream=3Ddynamic --add-dynamic-module=3D/usr/ports/www/nginx/work/ngx_devel_kit-0.3.1 --add-dynamic-module=3D/usr/ports/www/nginx/work/lua-nginx-module-0.10.21 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264235-7788>