Hey all, I just installed OpenSuSE 13.1 on my workstation at work (I installed it at home and liked it so now I'm dual-booting it at work). The install went smoothly and now I'm installing assorted programs. I just downloaded VirtualBox 4.3.8 from the VirtualBox website but when I try to do the rpm -i I get the following errors:
I installed libpng and libvpx but both versions installed as 32-bit versions and I can't find 64-bit versions of the software. I've tried Googling the error messages but nothing recent shows up. I tried running:
and then rebooting but still no joy. I've tried to use VirtualBox from a repo before but had too many problems. This would have been the third VirtualBox installation I've done (v13.1 and v12.x at home) but I can't figure this one out. Any help here would be greatly appreciated.
Thanks,
Joe B
Code:
SuseDesk:/home/jobee/Downloads # rpm -i VirtualBox-4.3-4.3.8_92456_openSUSE123-1.x86_64.rpm
warning: VirtualBox-4.3-4.3.8_92456_openSUSE123-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY
error: Failed dependencies:
libpng12.so.0()(64bit) is needed by VirtualBox-4.3-4.3.8_92456_openSUSE123-1.x86_64
libpng12.so.0(PNG12_0)(64bit) is needed by VirtualBox-4.3-4.3.8_92456_openSUSE123-1.x86_64
libvpx.so.1()(64bit) is needed by VirtualBox-4.3-4.3.8_92456_openSUSE123-1.x86_64
Code:
zypper install gcc make automake autoconf kernel-source kernel-syms kernel-devel
Thanks,
Joe B