Opened 17 years ago
Closed 17 years ago
#2188 closed defect (duplicate)
Install of 2.0.0 Guest Additions on guest Fedora 10 alpha i386 Unknown version of X Windows
Reported by: | Jerry Williams | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 2.0.0 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
When installing VBoxLinuxAdditions-x86.run it errors out because of xorg version 1.5.0 isn't in install.sh
# /media/VBOXADDITIONS_2.0.0_36011/VBoxLinuxAdditions-x86.run Verifying archive integrity... All good. Uncompressing VirtualBox 2.0.0 Guest Additions for Linux installation...................................................................................................................................................................................... VirtualBox 2.0.0 Guest Additions installation Building the VirtualBox Guest Additions kernel module... Building the shared folder support kernel module... Installing the VirtualBox Guest Additions...
Unknown version of the X Window System installed. ./install.sh: line 429: return: can only `return' from a function or sourced script Successfully installed the VirtualBox Guest Additions. You must restart your guest system in order to complete the installation. ]0;root@localhost:/tmp root@localhost:/tmp
install.sh line 400: 1.4.9.99.9* ) Probably should look like: 1.4.9.99.9*|1.5.0* )
Duplicate of #2128.