How to install lib32

you installed amd64 and want to run 32bit apps?
you need
Code:
options 	COMPAT_FREEBSD32	# Compatible with i386 binaries
but it's already in GENERIC kernel so you are good to go.
 
Back
Top