No hardware acceleration installed, brand new "Software Development" install.
Note:Paths will change depending on the exact java version that is on the following site. Please take this into consideration.
http://www.fedorafaq.org/#java
What I did when I got the "jdk-1_5_0_07-linux-i586.bin" file, I:
- moved the file to "/lib";
- I cd'd to "/lib";
- I executed the file "sh jdk-1_5_0_07-linux-i586.bin";
- I cd'd to "/usr/bin";
- I created a symbolic link for the java compiler:
"ln -s /lib/jdk1_5_0_07/bin/javac"
"ln -s /lib/jdk1_5_0_07/bin/jar"
FreeWRL does not need Motif, but, it looks soo much better with it.
Install RPMS in the following order:
(the command "rpm -Uvh
create the following links, if they do not exist:
cd /usr/lib
ln -s libGLU.so.1 libGLU.so
ln -s libGLw.so.1 libGLw.so
Go into the freewrl directory, and execute the above command. Note: there might be
a lot of warnings; ignore them.
Note: there might be a lot of warnings, ignore them.
If you get the following error message:
"freewrl: error while loading shared libraries: /usr/lib/libGLw.so.1: cannot restore segment prot after reloc: Permission denied"
remove all lines
add a line:
"SELINUX=disabled"
reboot