www/apache22 not honoring WITH_OPENSSL_PORT=yes under FreeBSD 10?

Philip Jocks pjlists at netzkommune.de
Tue Apr 8 18:11:02 UTC 2014


Hej,

I just came across this: When building in a fresh jail, mod_ssl.so is linked against the base libraries instead of those from ports:

# ldd /var/ports/basejail/usr/ports/www/apache22/work/httpd-2.2.27/modules/ssl/.libs/mod_ssl.so
/var/ports/basejail/usr/ports/www/apache22/work/httpd-2.2.27/modules/ssl/.libs/mod_ssl.so:
	libssl.so.7 => /usr/lib/libssl.so.7 (0x801630000)
	libcrypto.so.7 => /lib/libcrypto.so.7 (0x801899000)
	libcrypt.so.5 => /lib/libcrypt.so.5 (0x801c84000)
	libthr.so.3 => /lib/libthr.so.3 (0x801ea4000)
	libc.so.7 => /lib/libc.so.7 (0x80081d000)

In an older FreeBSD 8.x jail it works as expected. A friend of mine confirmed with a fresh FreeBSD 10 VM.
Am I missing something?

Cheers,

Philip


More information about the freebsd-apache mailing list