| Author |
Message |
stevenbinion

Joined: 24 Aug 2007 Posts: 180 Location: Pittsburgh, PA - United States
|
Posted: Fri 05 Sep 2008, 17:05 Post subject:
|
|
| Wolf Pup wrote: | | VirtualBox updated to 2.0.0 |
Thanks for the update Wolf_Pup.. I'm happy to get the updated VirtualBox however I have some errors. I'm still using Puppy 3.01 with SDL 1.2.9 and QT3.3.8. I read the update on VirtualBox's site and they meantioned using QT4.0 which I may just make a pet of if one isn't made all ready. anyway here is the dependency report.
| Code: | These dependencies required by virtualbox-2.0.0_k2.6.21.7 package are missing:
File /opt/VirtualBox-2.0.0/kchmviewer has these missing library files:
libVBoxQtCore.so.4 libVBoxQtCore.so.4
File /opt/VirtualBox-2.0.0/VBoxREM.so has these missing library files:
VBoxVMM.so VBoxRT.so
File /opt/VirtualBox-2.0.0/VBoxXPCOMIPCD has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/VBoxSDL.so has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/vboxwebsrv has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/components/VBoxC.so has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/components/VBoxSVCM.so has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/libVBoxQtGui.so.4 has these missing library files:
libVBoxQtCore.so.4
File /opt/VirtualBox-2.0.0/VBoxSettings.so has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/VBoxHeadless.so has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/VBoxFFmpegFB.so has these missing library files:
VBoxXPCOM.so
File /opt/VirtualBox-2.0.0/VBoxManage has these missing library files:
VBoxXPCOM.so
The PETget package manager does not know what package/s has/have these libraries. | [/code]
_________________ [Home of Wolf Pup Linux]
|
|
Back to top
|
|
 |
stevenbinion

Joined: 24 Aug 2007 Posts: 180 Location: Pittsburgh, PA - United States
|
Posted: Fri 05 Sep 2008, 17:06 Post subject:
|
|
Users really should be able to delete their own posts in case of duplicate posting, Then messages like this one could be avoided.
_________________ [Home of Wolf Pup Linux]
Last edited by stevenbinion on Sat 06 Sep 2008, 09:31; edited 2 times in total
|
|
Back to top
|
|
 |
JB4x4
Joined: 30 Jul 2006 Posts: 256
|
Posted: Fri 05 Sep 2008, 18:36 Post subject:
|
|
@stevenbinion
I use a similar setup (Pup 3.02 - SDL - QT3) and I downloaded the VirtualBox 2.0 binary from the website. I installed it and had no problems.
JB
|
|
Back to top
|
|
 |
stevenbinion

Joined: 24 Aug 2007 Posts: 180 Location: Pittsburgh, PA - United States
|
Posted: Sat 06 Sep 2008, 09:16 Post subject:
|
|
and the missing dependencies I posted above?
VirtualBox 2 won't even run now.
_________________ [Home of Wolf Pup Linux]
|
|
Back to top
|
|
 |
JB4x4
Joined: 30 Jul 2006 Posts: 256
|
Posted: Sat 06 Sep 2008, 11:12 Post subject:
|
|
I do not have any of the QT 4 dependencies that you listed. Here is the file I installed from:
http://download.virtualbox.org/virtualbox/2.0.0/VirtualBox-2.0.0-36011-Linux_x86.run
|
|
Back to top
|
|
 |
stevenbinion

Joined: 24 Aug 2007 Posts: 180 Location: Pittsburgh, PA - United States
|
Posted: Sat 06 Sep 2008, 21:51 Post subject:
|
|
I checked the MD5 against the file and it didn't pass so I downloaded the .pet again and every thing works just fine. got only 3 dependency errors which I'll still try and fix but it doesn't keep anything from working. Great work Wolf_Pup. I'll probably put a QT4 pet together too, it may not be needed but Sun suggest it as 2.0 was built for it.
_________________ [Home of Wolf Pup Linux]
|
|
Back to top
|
|
 |
Wolf Pup
Joined: 27 Apr 2006 Posts: 637
|
Posted: Sat 20 Sep 2008, 14:25 Post subject:
|
|
VirtualBox updated to 2.0.2
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
stevenbinion

Joined: 24 Aug 2007 Posts: 180 Location: Pittsburgh, PA - United States
|
Posted: Mon 22 Sep 2008, 08:03 Post subject:
|
|
Thanks for the update Wolf_Pup.
_________________ [Home of Wolf Pup Linux]
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1231 Location: Ukraine
|
Posted: Mon 22 Sep 2008, 09:36 Post subject:
|
|
Dear Wolf pup,
This version of the user GUI (2.02) - written in QT4 - is ugly as sin. That is because the GUI is linked to static libs in the Virtual Box directory with a horrendously primitive style. In the interest of prettification, one solution proposed by somebody on the Arch Linux forum was to link the gui to original qt4 libs where a styles plugin exists (for instance, libgtkstyle.so, to match the current GTK theme):
| Code: | mv /opt/virtualbox/libVBoxQtGui.so.4 /opt/virtualbox/libVBoxQtGui.so.4.org
mv /opt/virtualbox/libVBoxQtCore.so.4 /opt/virtualbox/libVBoxQtCore.so.4.org
ln -s /opt/qt4/libQtGui.so.4 /opt/VirtualBox-2.0.2/libVBoxQtGui.so.4
ln -s /opt/qt4/lib/libQtCore.so.4 /opt/VirtualBox-2.0.2/libVBoxQtCore.so.4 |
This is a halfway-measure, however, since, in my case, it only changes the GUI to the qt4 default style qclouds - not exactly what I am after, since that is also pretty ugly. If you have the source to VirtualBox (GUI only), perhaps you could post it so that I could try compile it against my shared qt4 libs, thereby guaranteeing an OS-matched gui with libgtkstyle.so.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
Wolf Pup
Joined: 27 Apr 2006 Posts: 637
|
Posted: Wed 24 Sep 2008, 01:40 Post subject:
|
|
Dunno if VirtualBox 1x is going to be phased out soo...
Added Virtualbox 1.6.6 to main post.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
tazoc

Joined: 11 Dec 2006 Posts: 1111 Location: Lower Columbia Basin WA US
|
Posted: Tue 14 Oct 2008, 16:31 Post subject:
Thank you for packaging VirtualBox |
|
Wolf Pup,
Thank you for this package and the updates. I'm running v2.02 and it's handled every OS I've tried pretty well. Handy for screenshots of booting up and video content in my puplet.
Well done!
TazOC
_________________ lhpup.org Lighthouse 64 6.01
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1231 Location: Ukraine
|
Posted: Wed 15 Oct 2008, 12:45 Post subject:
|
|
Dear Wolf Pup,
Thanks for the update. Everything works on my 3.01. I did the link trick with my own qtcore and qtgui libs (4.4.4), deleting the ones in the pet after testing, and my interface is now in my own gtk style and pretty. Moreover, I saved about 11 MB in disk space by doing this. I don't recommend this method unless you have a recent qt4 installed.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
notbanksy
Joined: 24 Oct 2008 Posts: 1
|
Posted: Fri 24 Oct 2008, 13:10 Post subject:
|
|
Hi everyone
I'm a noob at puppy and linux, so please bear with me. I've downloaded the virtualbox 2.0.2 pup file from the repo, and installed it, but I also get a list of missing dependencies. I'm using puppy 4 installed on my hdd.
I would like to get a virtual machine up and running so that I can run xp in my puppy installlation.
I have also tried installing vmware workstation, but the missing header files are making it stall. I can't seem to find any information about how to install the missing header files anywhere.
If anyone can help, I'd really appreciate it!
Thanks
|
|
Back to top
|
|
 |
freamon

Joined: 12 Aug 2008 Posts: 19
|
Posted: Fri 14 Nov 2008, 11:11 Post subject:
|
|
Many thanks for your work on this Wolf Pup, this is running very nicely on Puppy4.
|
|
Back to top
|
|
 |
dinky

Joined: 19 Jan 2008 Posts: 699
|
Posted: Fri 21 Nov 2008, 00:54 Post subject:
|
|
Will there be a virtualbo for puppy 4.1.1 with the 2.6.25 kernel?
|
|
Back to top
|
|
 |
|