Running 32 bit apps on FreeBSD 6.0 AMD64
Posted by jad on Mar 16th, 2006
You need to install the 32bit libs. To do this run the following as root
cd /usr/src make build32 make install32 ldconfig -32 /usr/lib32
Now edit /etc/libmap32.conf to add any mappings you need to get your apps working.
Thanks to this thread for help getting this working.
Note: Dont forget the -32 in the ldconfig command. If you dont include this flag lookups for all the 64 bit libs on you system will fail and no commands will work!


March 1st, 2007 at 3:52 am
Dear Sir
After I had done this what should I do in order to get flashplayer 32bit and my Cannon IP 1600 driver running in “/etc/libmap32.conf”? What lines should I add?
November 26th, 2007 at 8:51 pm
no it works fine…