You are not logged in.

#1 2009-03-28 19:58:30

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

[Solved][Problem] VirtualBox at Arch x86_64

Hi people.

I has installed virtualbox (virtualbox_bin - http://aur.archlinux.org/packages.php?ID=9753 ) from AUR, but when I executed the "VB" I have this error:

bash-3.2# VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/virtualbox/VirtualBox.so",) failed: libXcursor.so.1: wrong ELF class: ELFCLASS64

I add "vboxdrv" in rc.conf and add my user to "vboxusers", but the error continues... Suggestions?



Best regards.
MoffspringR

Last edited by MoffspringR (2009-03-31 19:26:51)


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#2 2009-03-29 04:01:58

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,217
Website

Re: [Solved][Problem] VirtualBox at Arch x86_64

What's the output of `uname -a`?

Have you tried VirtualBox_bin from the archlinuxfr repo?

Offline

#3 2009-03-29 08:34:29

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

Hi.

Output of 'uname -a':

[miguel@laptop ~]$ uname -a
Linux laptop 2.6.28-ARCH #1 SMP PREEMPT Tue Mar 17 07:22:53 CET 2009 x86_64 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux

And.. yes, my VirtualBox_Bin comes from the "archlinuxfr repo". Why? Is a bad repo?


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#4 2009-03-29 09:30:13

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,217
Website

Re: [Solved][Problem] VirtualBox at Arch x86_64

Strange -- no, nothing wrong with archlinuxfr AFAIK. My VirtualBox comes from there and it's fine on 64-bit hmm

Offline

#5 2009-03-29 09:35:56

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

My laptop is very strange LOOOL

ATI drivers don't work... VirtualBox don't work... baaahhh I gonna change laptop tongue

I think I missing some dependency... Which packages you downloaded to VirtualBox to work correctly?


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#6 2009-03-29 15:27:28

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: [Solved][Problem] VirtualBox at Arch x86_64

I think you need lib32-libxcursor. Since you don't have that, it finds the 64-bit libXcursor and breaks.

Offline

#7 2009-03-29 15:39:14

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

Baahhh, I need another dependency...

New error:

[miguel@laptop ~]$ VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/virtualbox/VirtualBox.so",) failed: libVBoxQtCore.so.4: cannot open shared object file: No such file or directory


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#8 2009-03-29 16:46:43

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: [Solved][Problem] VirtualBox at Arch x86_64

That one comes with VirtualBox. You might need to set LD_LIBRARY_PATH to contain the directory that library exists in. If that fixes it, it's probably a bug in the package.

Offline

#9 2009-03-29 16:54:52

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

how I change LD_LIBRARY_PATH ?


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#10 2009-03-30 22:42:09

InfinityX
Member
Registered: 2009-03-30
Posts: 8

Re: [Solved][Problem] VirtualBox at Arch x86_64

Hello

I have just installed Virtual Box from AUR and I had the same problem. I "googled" a little and there is qt in prerequisites. So just install qt in your system and it is working properly now.

Hope it will help to You as well wink

Offline

#11 2009-03-31 07:28:50

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

Ok, thanks.

Wich packages you installed (packages from "qt")?


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#12 2009-03-31 11:03:48

InfinityX
Member
Registered: 2009-03-30
Posts: 8

Re: [Solved][Problem] VirtualBox at Arch x86_64

just type "pacman -S qt" into terminal tongue

Offline

#13 2009-03-31 12:33:07

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

Ok.

bash-3.2# pacman -S qt
warning: qt-4.5.0-3 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): qt-4.5.0-3 

Total Download Size:    0,00 MB
Total Installed Size:   76,90 MB

Proceed with installation? [Y/n] y
checking package integrity...
(1/1) checking for file conflicts                   [#####################] 100%
(1/1) upgrading qt                                  [#####################] 100%
Optional dependencies for qt
    postgresql-libs
    libmysqlclient
    unixodbc
bash-3.2# VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/virtualbox/VirtualBox.so",) failed: libVBoxQtCore.so.4: wrong ELF class: ELFCLASS64
bash-3.2#

I reinstalled "qt" but the error continues...


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#14 2009-03-31 14:39:02

BC
Member
Registered: 2008-01-29
Posts: 83

Re: [Solved][Problem] VirtualBox at Arch x86_64

A random shot in the dark here, but have you tried installing from AUR instead of from that other repo?  Don't know if there's a difference there but it would be worth a try.

Offline

#15 2009-03-31 14:55:28

Dinth
Member
From: London
Registered: 2009-03-02
Posts: 238

Re: [Solved][Problem] VirtualBox at Arch x86_64

hmm have you installed x32 compiled version of virtualbox on x64 system ? :> remove it, install bin32-virtualbox or virtualbox from AUR.

Offline

#16 2009-03-31 17:26:47

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

I removed my "virtualbox", but:

1) yaourt cannot find the "bin32-virtualbox"
2) My "VirtualBox" came from AUR
3) I searched @ yaourt for "virtualbox" and the output is:

[miguel@laptop ~]$ yaourt -Ss virtualbox
archlinuxfr/virtualbox_bin 2.1.4-1
     Powerful x86 virtualization (Personal Use Binaries Edition)
aur/dkms-virtualbox 1.5.0-1 (Out of Date) (4)
    Kernel modules for VirtualBox (vboxdrv)
aur/vboxgtk 0.4.0-1 (Out of Date) (21)
    A simple GTK frontend for VirtualBox.
aur/vboxtool 0.3-3 (4)
    Provides effective control of VirtualBox VM on a Linux headless server
aur/virtualbox_bin-1 1.6.6-1 (15)
    Powerful x86 virtualization (Personal Use Binaries Edition)
aur/virtualbox_bin 2.1.4-2 (760)
    Powerful x86 virtualization (Personal Use Binaries Edition)
aur/virtualbox_bin_additions 1.5.4-3 (Out of Date) (24)
    VirtualBox-Client guest addtions. X11 mouse and xorg driver and kernelmodule.
aur/virtualbox-legacy_bin 1.5.6-2 (3)
    Powerful x86 virtualization - binary version (non GPL - free for personal use and evaluation)
aur/virtualbox-modules 2.1.2-1 (Out of Date) (218)
    Kernel modules for VirtualBox (vboxdrv)
aur/virtualbox-modules-fbcondecor 1.5.6-1 (Out of Date) (5)
    Kernel modules for VirtualBox (vboxdrv). for kernel26fbcondecor


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#17 2009-03-31 18:54:09

Dinth
Member
From: London
Registered: 2009-03-02
Posts: 238

Re: [Solved][Problem] VirtualBox at Arch x86_64

Virtualbox-bin from AUR should work for you

Offline

#18 2009-03-31 19:14:50

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

I had installed this before and had many troubles... But i'll try again

One question: I install the "virtualbox_bin-1" ou "virtualbox_bin" ?

Last edited by MoffspringR (2009-03-31 19:16:08)


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#19 2009-03-31 19:26:07

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: [Solved][Problem] VirtualBox at Arch x86_64

Thanks thanks...

Finally my virtualbox works fine.

I found my error... At this install, I comment the archfr mirror, I execute a "pacman -Syu" and then install unique "virtualbox_bin" from AUR repo... So this is very simple...

So, for new people have troubles with this package, this post have the solution big_smile


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

Board footer

Powered by FluxBB