I'm working with VirtualBox 4.2.6 and VBoxManage is broken.
If you see the following error executing VBoxManage:
- Code: Select all
/usr/bin/VBoxManage: line 80: /usr/lib/virtualbox/VBoxManage: No such file or directory
Fix your /usr/bin/VBoxManage file. Edit line 80 and replace
INSTALL_DIR=/usr/lib/virtualbox
with
INSTALL_DIR=/opt/VirtualBox
Not sure how that got off.
