--- "Paul R. Ganci" <ganci@xxxxxxxxxx> wrote:Do the following:
<snip>
Let me know if this works out for you. You will need
a machine with compilers and development libraries of course.
Paul, I followed all of your steps and everything went fine until #10. After answering "y" to the question about the patch, I get this error when trying to rebuild:
checking for GLU library... no
checking for MesaGLU library... no
checking for glu32 library... no
configure: error: Cannot find GLU library
error: Bad exit status from /var/tmp/rpm-tmp.78629
(%build
rpm -qa | grep XFree86-Mesa
You should get:
XFree86-Mesa-libGLU-4.3.0-2.1 XFree86-Mesa-libGL-4.3.0-2.1
If you are missing either of these libraries I the build will not work. In this case grab your Shrike install disc 1 and install the missing libraries:
rpm -ivh /mnt/cdrom/RedHat/RPMS/XFree86-Mesa-libGLU-4.3.0-2.1.i386.rpm rpm -ivh /mnt/cdrom/RedHat/RPMS/XFree86-Mesa-libGL-4.3.0-2.1.i386.rpm
There might be others you need, but I don't know what they are. Start with these because the XFree86-Mesa-libGLU-4.3.0-2.1 rpm should at least get you over this hurdle.
-- Paul (ganci@xxxxxxxxxx)