Date: Thu, 21 Jul 2022 09:56:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265354] www/apache24 with OpenSSL, httpd using base, mod_ssl using ports. Message-ID: <bug-265354-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265354 Bug ID: 265354 Summary: www/apache24 with OpenSSL, httpd using base, mod_ssl using ports. Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: epopen@gmail.com Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Hi Maintainer. OpenSSL version of base: 1.1.1o Today, upgrade www/apache24 under ports version of openssl-1.1.1q,1 (DEFAULT_VERSIONS+=3Dssl=3Dopenssl @ /etc/make.conf) But got error message when start as follows. [Thu Jul 21 15:00:02.154970 2022] [ssl:warn] [pid 84474:tid 34378686464] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.1.1q 5 Jul 2022, version currently loaded is OpenSSL 1.1.1o-fre= ebsd 3 May 2022) - may result in undefined or erroneous behavior mod_ssl.so using base version of openssl as follows, it is correct. # ldd /usr/local/libexec/apache24/mod_ssl.so libssl.so.11 =3D> /usr/local/lib/libssl.so.11 (0x8014c6000) libcrypto.so.11 =3D> /usr/local/lib/libcrypto.so.11 (0x801e00000) But httpd using base version of openssl as follows. # ldd /usr/local/sbin/httpd=20 libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x800a80000) libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x800b18000) I checked variable ${OPENSSLBASE} =3D /usr/local @ Makefile Tried to remove/install both devel/apr1 and www/apache24 does not fix. Thanks a lot. --=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-265354-7788>