On Mon, 18 Sep 2000, Matthew Sackman wrote:
> Hay all.
>
> I've just upgraded to the XFree86 4.0.1 phase 2v6. I stripped out my
> 3.3.6 installation first and fetched everything ok with apt-get and
> dselect.
>
> However, when running most games, and KDE (version 2 beta4), the
> application will refuse to start, giving an error message:
>
> error in loading shared libraries: libGLU.so.1: cannot open shared object
> file: No such file or directory
I just did the same thing this morning :)
the problem is that libqt is linked to libGLU
the quick work around is to remove libGLU when creating libqt
if you have the qt source tree, you do
cd $QTDIR/src
edit Makefile and remove -lGLU
rm $QTDIR/lib/*
make
if you don't have the qt tree then apt-get source is your friend
after that everything works except the screensaver(or any apps depending on
GLU) which need GL
C.
--
Christophe Prud'homme |
MIT, 77, Mass Ave, Rm 3-243 | I respect faith, but doubt is
Cambridge MA 02139 | what gives you an education.
Tel (Office) : (00 1) (617) 253 0229 | -- Wilson Mizner
Fax (Office) : (00 1) (617) 258 8559 |
http://augustine.mit.edu/~prudhomm |
Following the hacker spirit
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]