[Bug 243486] When i try rebuild emulators/virtualbox-ose, get error, because i used openssl from ports version 1.1.1d

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 28 09:01:55 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243486

John Hein <jcfyecrayz at liamekaens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcfyecrayz at liamekaens.com

--- Comment #2 from John Hein <jcfyecrayz at liamekaens.com> ---
I can reproduce it.  It looks like something adds -L/usr/lib to the linking
flags (before -L/usr/local/lib).  This causes the build to try to link with
libssl from base which does not have some symbols that openssl 1.1 from ports
has.

I don't have a fix at the moment.  I don't know where the -L/usr/lib comes from
yet.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-emulation mailing list