General TC > Tiny Core on Virtual Machines

software wanted: vmware player and/or virtualbox

<< < (8/19) > >>

mark:
Hallo Arslan S.,

I have to use puel lic. virtualbox (because USB/vRDP), so I successfully compiled the 64 bit virtualbox kernel module (from VirtualBox-3.2.6-Linux_amd64.run) and loaded (checked lsmod, and no errors in syslog), but the 64 bit virtualbox application itself cannot run, with errors: Invalid elf header.
Though I can compile and run the 32 bit virtualbox on the same tinycore (3.0/64bit).
I need a 64 version virtualbox, so how I can run the 64 bit apps vith tinycore?
(All of dependency remastered already into tinycore for this /toolchain64,gcc,compiletc,...etc./)
Please help! thx!

Arslan S.:
all i know is only kernel related stuff is 64 bit inside microcore64 all others are the same as in microcore, that is 32 bit libraries, applications etc.

so there is no 64 bit extensions in repository except some kernel modules and toolchain64

and you should be able run 32 bit vbox with 64 bit vbox kernel modules because they are compiled exactly from the same source but with different compilers

for running 64 bit version of vbox you need to compile all its dependencies 64 bit i think (someone correct me if i am wrong please :))

^thehatsrule^:
There's toolchain64-lib, but there may be some settings needed to be able to hook into it

ricky:
After installing the new linux-headers-2.6.33.3-tinycore.tcz of ^thehatsrule^ in tinycore64-3.x, I was running VirtualBox-3.2.6-63112-Linux_amd64.run in tinycore64-3.x. It compiled (I think in 32-bit) and installed in /opt/VirtualBox very well, but without vbox kernel modules. After that I installed the already compiled vbox kernel modules (depmod -a, modprobe and so on...) and the messages were o.k. so far.
But when I did "sudo VirtualBox" in the Terminal (aterm), I received "/usr/bin/VirtualBox: exec: line 105: /opt/VirtualBox/VirtualBox: not found". As I looked in /opt/VirtualBox the file VirtualBox was present..

Why it can't find this file although is present ? Is that a mistake of the linux-headers or of busybox ?

Arslan S.:
i dunno if it works but it is worth trying, i have seen some python scripts in vbox source, so:

--- Code: ---tce-load -i python
sudo ln -sf /usr/local/bin/python /usr/bin/python
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version