On Sat, 23 Jul 2016 17:36:30 +0000 [email protected] wrote: > Dmitri Goutnik <[email protected]> has reassigned Bugzilla Automation > <[email protected]>'s request for maintainer-feedback to > [email protected]: Bug 211315: emulators/virtualbox-ose: build fails > at configure stage > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211315 > > > > --- Description --- > virtualbox-ose 5.0.26 build fails at configure stage with message: > > ... > Checking for ssl: > libcrypto not found at > -I/usr/local/include /usr/local/lib/libcrypto.a /usr/local/lib/libssl.a > or openssl headers not found ... > > uname -a > > FreeBSD xombo.syrec.org 11.0-BETA1 FreeBSD 11.0-BETA1 #0 r303154: Thu > Jul 21 13:54:26 ECT 2016 > [email protected]:/usr/obj/usr/src/sys/XOMBO amd64 > > I believe configure script needs either an order of libs reversed or > -Wl,--start-group added (see attached patch). > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "[email protected]"
Tell it to use base ssl by putting DEFAULT_VERSIONS+=ssl=base in make.conf and see if it compiles. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
