86 | | Building on a 64bit host still requires 32bit libraries and build tools as the Guest Additions which are part of the build process are 32bit. |
| 86 | Building on a 64bit host still requires 32bit libraries and build tools as the Guest Additions which are part of the build process are 32bit. Note that on 64bit Ubuntu systems some links to shared libraries are missing. This can be fixed with |
| 87 | {{{ |
| 88 | ln -s libX11.so.6.2.0 /usr/lib32/libX11.so |
| 89 | ln -s libXTrap.so.6.4.0 /usr/lib32/libXTrap.so |
| 90 | ln -s libXt.so.6.0.0 /usr/lib32/libXt.so |
| 91 | ln -s libXtst.so.6.1.0 /usr/lib32/libXtst.so |
| 92 | }}} |