I have a binary for i386 that needs a library in ports (also 32 bits) that i want to run in amd64, is there a "ports" way to intstall it? or have i to copy it to /usr/lib32 by hand?
Under FreeBSD x86_64 a good way is to seperate 32bit environment. So you will prevent some misleading messages during build sources. Anyway ports should prevent you to build 32bit binary (as a result of compilation) under 64bit environment. So there is an elegant way to seperate two environments on one host, below is a link -> go to section "Wine on FreeBSD/amd64"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.