FreeWRL install on a new Suse 10.1 RC3 DVD installation. (June 27, 2006)
No hardware acceleration installed, brand new install from 10.1 RC3 DVD.
NOTE:
Mesa (non-hw accel OpenGL) out of the box caused crashes.
Update Mesa, or install NVidia drivers if you have an NVidia card.
Install the following rpms from the DVD:
- glibc-2.4-25.x86_64.rpm
- glibc-devel-2.4-25.x86_64.rpm
- gcc-4.1.0-22.x86_64.rpm
- freetype2-devel-2.1.10-16.x86_64.rpm
- fontconfig-devel-2.3.94-14.x86_64.rpm
- xorg-x11-devel-6.9.0-44.x86_64.rpm
- libjpeg-devel-6.2.0-16.x86_64.rpm
- zlib-devel-1.2.3-13.x86_64.rpm
- libpng-devel-1.2.8-17.x86_64.rpm
- java-1_5_0-sun-1.5.0_06-16.x86_64.rpm
- java-1_5_0-sun-devel-1.5.0_06-16.x86_64.rpm
- openmotif-devel-2.2.4-19.x86_64.rpm
- ImageMagick-6.2.5-14.x86_64.rpm
- sox-12.17.9-12.x86_64.rpm
ldconfig -p to get the directories of the libraries, cd
into the libraries, (/usr/lib64) then:
-
ln -s libGLU.so.1 libGLU.so
-
ln -s libGLw.so.1 libGLw.so
then, "perl Makefile.PL; make install" should work.