svn commit: r361294 - in head/www/apache22: . files
Mathieu Arnold
mat at FreeBSD.org
Fri Jul 11 07:14:38 UTC 2014
+--On 8 juillet 2014 21:31:49 +0000 Olli Hauer <ohauer at 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
More information about the svn-ports-all
mailing list