Date: Tue, 12 Dec 2023 18:26:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 275728] mail/openarc:Fix build with OpenSSL from ports Message-ID: <bug-275728-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275728 Bug ID: 275728 Summary: mail/openarc:Fix build with OpenSSL from ports Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: dinoex@FreeBSD.org Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org Created attachment 247011 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247011&action= =3Dedit patch Problem: /etc/make.conf DEFAULT_VERSIONS+=3D ssl=3Dopenssl Build in a clean jail in FreeBSD 13.2 # pkg install openarc # service openarc start Starting milteropenarc. openarc: incompatible SSL versions (library =3D 0x01010114f, filter =3D 010= 10116f) /usr/local/etc/rc.d/openarc: WARNING: failed to start milteropenarc Diagnostics: # ldd /usr/local/sbin/openarc /usr/local/sbin/openarc: libopenarc.so.0 =3D> /usr/local/lib/libopenarc.so.0 (0x1b93be0aa000) libmilter.so.6 =3D> /usr/lib/libmilter.so.6 (0x1b93be58e000) libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x1b93bece3000) libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x1b93c065e000) libjansson.so.4 =3D> /usr/local/lib/libjansson.so.4 (0x1b93bf208000) libthr.so.3 =3D> /lib/libthr.so.3 (0x1b93bffdb000) libc.so.7 =3D> /lib/libc.so.7 (0x1b93c15e9000) [vdso] (0x7ffffffff5d0) Includes and Libs are consistent with a simple patch USES+=3D localbase CONFIGURE_ARGS+=3D --with-openssl=3D${OPENSSLBASE} Full patch attached. --=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-275728-7788>