Line 44: |
Line 44: |
| <pre>ln –s /usr/src/kernels/’uname –r’-i686 /lib/modules/`uname -r`/build</pre> | | <pre>ln –s /usr/src/kernels/’uname –r’-i686 /lib/modules/`uname -r`/build</pre> |
| | | |
− | <li>Install <b>DKMS</b></li> | + | <li>Install the Fedora Epel repository using the instructions [http://wiki.contribs.org/Epel here].</li> |
− | <pre>wget http://packages.sw.be/dkms/dkms-2.1.1.2-1.el5.rf.noarch.rpm
| + | |
| + | <li>Install the VirtualBox repository using the instructions [http://wiki.contribs.org/VirtualBox_Repository here].</li> |
| + | |
| + | <li>Install Dynamic Kernel Module Support (DKMS)</li> |
| + | <pre>yum install --enablerepo=epel dkms</pre> |
| + | |
| + | <!-- was |
| + | <pre>wget http://packages.sw.be/dkms/dkms-2.1.1.2-1.el5.rf.noarch.rpm |
| yum install dkms-2.1.1.2-1.el5.rf.noarch.rpm</pre> | | yum install dkms-2.1.1.2-1.el5.rf.noarch.rpm</pre> |
− | | + | --> |
| <li>Enable <b>fopen</b> on ''php.ini'' (line 65) located on /etc/</li> | | <li>Enable <b>fopen</b> on ''php.ini'' (line 65) located on /etc/</li> |
| <pre>allow_url_fopen = On</pre> | | <pre>allow_url_fopen = On</pre> |
Line 59: |
Line 66: |
| <pre>cp /etc/rc5.d/S30vboxdrv /etc/rc7.d/. | | <pre>cp /etc/rc5.d/S30vboxdrv /etc/rc7.d/. |
| cp /etc/rc5.d/S35vboxballoonctrl /etc/rc7.d/. | | cp /etc/rc5.d/S35vboxballoonctrl /etc/rc7.d/. |
− | cp /etc/rc5.d/S35vboxweb-service /etc/rc7.d/.</pre> | + | cp /etc/rc5.d/S35vboxweb-service /etc/rc7.d/.</pre>[ |
| | | |
| <li>Create a ''vbox.cfg'' file on your /etc/vbox/. | | <li>Create a ''vbox.cfg'' file on your /etc/vbox/. |