Created attachment 232491 [details] build with pcre2 by default If both pcre and pcre2 installed then httpd linked with pcre2: # readelf -d /usr/local/sbin/httpd Dynamic section at offset 0xa4e78 contains 31 entries: Tag Type Name/Value 0x000000000000001d RUNPATH Library runpath: [/usr/local/lib:/usr/local/lib:/usr/local/lib] 0x0000000000000001 NEEDED Shared library: [libpcre2-8.so.0] 0x0000000000000001 NEEDED Shared library: [libaprutil-1.so.0] 0x0000000000000001 NEEDED Shared library: [libdb-18.1.so] 0x0000000000000001 NEEDED Shared library: [libgdbm.so.6] 0x0000000000000001 NEEDED Shared library: [libexpat.so.1] 0x0000000000000001 NEEDED Shared library: [libapr-1.so.0] 0x0000000000000001 NEEDED Shared library: [libcrypt.so.5] 0x0000000000000001 NEEDED Shared library: [libthr.so.3] 0x0000000000000001 NEEDED Shared library: [libc.so.7]
Something wrong?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a36d3413fcd8c8f5769a6e481eb0c3a602a1d2a3 commit a36d3413fcd8c8f5769a6e481eb0c3a602a1d2a3 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-05-29 19:12:01 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-05-29 19:14:07 +0000 www/apache24: switch to pcre2 PR: 262603 Sponsored by: Netzkommune GmbH www/apache24/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)