On Friday 25 July 2014 08:02:43 Rushang Karia wrote: > Hi, > > Can you use an earlier version of Virtual Box and try it out. > The problem might be due to it being the latest version. > Try 4.1 >
Thans for your reply I downloaded VirtualBox-4.1.34 and VirtialBox-4.2.26. Here are my findings: --VirtualBox-4.2.26: gave the same otput as th 4.3 series ( i.e. the kmk ending in the crypt@GLIBC_2.5.5 build-failure as reported# --VirtualBox-4.1.34: wont budge with gcc-4.8.1 it is asking for gcc-3.x or gcc<4.8 I thinkthe best way would be to fix the linker errors. Mysetup is pure 64bit (non-multilib) and I am wondering if the linker errors are due to the absense of /usr/lib/lib32 mentioned here:- ======= https://www.virtualbox.org/wiki/Linux build instructions Special tweaks for 64 bit binaries 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 ln -s libX11.so.6 /usr/lib32/libX11.so ln -s libXTrap.so.6 /usr/lib32/libXTrap.so ln -s libXt.so.6 /usr/lib32/libXt.so ln -s libXtst.so.6 /usr/lib32/libXtst.so ln -s libXmu.so.6 ======= Any Ideas anyone? regards LuxInteg -- -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
