Index: /trunk/src/VBox/Installer/linux/install.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/install.sh	(revision 46869)
+++ /trunk/src/VBox/Installer/linux/install.sh	(revision 46870)
@@ -362,8 +362,5 @@
 
         ln -sf $INSTALLATION_DIR/VBoxVMM.so   $INSTALLATION_DIR/components/VBoxVMM.so
-        ln -sf $INSTALLATION_DIR/VBoxREM.so   $INSTALLATION_DIR/components/VBoxREM.so
         ln -sf $INSTALLATION_DIR/VBoxRT.so    $INSTALLATION_DIR/components/VBoxRT.so
-        ln -sf $INSTALLATION_DIR/VBoxDDU.so   $INSTALLATION_DIR/components/VBoxDDU.so
-        ln -sf $INSTALLATION_DIR/VBoxXPCOM.so $INSTALLATION_DIR/components/VBoxXPCOM.so
 
         chmod go-w $INSTALLATION_DIR
Index: /trunk/src/VBox/Installer/linux/scripts/install.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/scripts/install.sh	(revision 46869)
+++ /trunk/src/VBox/Installer/linux/scripts/install.sh	(revision 46870)
@@ -244,4 +244,6 @@
     mv "${INSTALL_SOURCE}/src/vboxhost" "${PREFIX}/src/vboxhost-${VBOX_VERSION_STRING}"
 fi
+# currently required, otherwise the extpacks will not load
+ln -s .. ${PREFIX}/lib/virtualbox/components/VBoxVMM.so
 test -z "${NO_QT}" && ln -s "VBox" "${PREFIX}/bin/VirtualBox"
 test -z "${NO_QT}" && ln -sf "VBox" "${PREFIX}/bin/virtualbox"
