https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204402
--- Comment #3 from Alexandr Krivulya <[email protected]> --- Yes. It compiles with openssl headers from ports, but links with openssl from base: ... ===> virtualbox-ose-4.3.32 depends on file: /usr/local/lib/libcrypto.so.8 - found ... Checking for ssl: found version OpenSSL 1.0.2d 9 Jul 2015, OK. ... # ldd /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.32/out/freebsd.amd64/release/bin/VBoxRT.so|grep crypto libcrypto.so.8 => /lib/libcrypto.so.8 (0x802200000) With WITH_OPENSSL_PORT defined it gives me the same result. With WITH_OPENSSL_BASE defined it gives me dependency error (Please deinstall the port or undefine WITH_OPENSSL_BASE). BTW, it successfully builds after rebuilding port's openssl without MD2, which is enabled by default. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
