Date: Fri, 11 Jul 2014 08:14:31 +0100 From: Mathieu Arnold <mat@FreeBSD.org> To: Olli Hauer <ohauer@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r361294 - in head/www/apache22: . files Message-ID: <8612910DC9EAD4272CAA72D9@atuin.in.mat.cc> In-Reply-To: <201407082131.s68LVnVj008783@svn.freebsd.org> References: <201407082131.s68LVnVj008783@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
+--On 8 juillet 2014 21:31:49 +0000 Olli Hauer <ohauer@FreeBSD.org> wrote: | Author: ohauer | Date: Tue Jul 8 21:31:49 2014 | New Revision: 361294 | URL: http://svnweb.freebsd.org/changeset/ports/361294 | QAT: https://qat.redports.org/buildarchive/r361294/ | | Log: | - strip files | - sort pkg-plist | - always install DOCS (remove Makefile hack) | - reflect modules.d in EXAMPLESDIR, next target | will be a new keyword for pkg-plist to handle | module installation. | - bump PORTREVISION | | - add warning about default version change (2014-07-11) | (pkg-message, files/HEADS_UP) After this, when I try to start apache, I get: httpd: Syntax error on line 97 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_ssl.so into server: /usr/local/libexec/apache22/mod_ssl.so: Undefined symbol "TLSv1_2_server_method" # ldd /usr/local/libexec/apache22/mod_ssl.so /usr/local/libexec/apache22/mod_ssl.so: libssl.so.6 => /usr/lib/libssl.so.6 (0x801231000) libcrypto.so.6 => /lib/libcrypto.so.6 (0x801487000) libcrypt.so.5 => /lib/libcrypt.so.5 (0x80182f000) libthr.so.3 => /lib/libthr.so.3 (0x801a4e000) libc.so.7 => /lib/libc.so.7 (0x80081b000) It works if I put this: [/usr/local/libexec/apache22/mod_ssl.so] libssl.so.6 libssl.so.8 libcrypto.so.6 libcrypto.so.8 in my libmap.conf, apache is built with openssl from ports (I have WITH_OPENSSL_PORT=yes in my make.conf), but it ends up linked with OpenSSL from base. Maybe the stripping is a bad thing. -- Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8612910DC9EAD4272CAA72D9>