Upgrade Xorg 6.9->7.2 dies in libGLU

Ewald Jenisch a at jenisch.at
Mon Jun 25 17:27:30 UTC 2007


On Mon, Jun 25, 2007 at 02:12:41PM +0100, Florent Thoumie wrote:
> 
> As is says, it can't find libGL for some reason. Check if you have
> libGL.so* either in /usr/local/lib or /usr/X11R6/lib. 

[root at boxy ~]# find /usr/X11R6/lib -name 'libGL.so*'  
/usr/X11R6/lib/libGL.so.1
/usr/X11R6/lib/libGL.so
[root at boxy ~]# 

So libGL.so.* is there - but but:

[root at boxy /usr/ports/graphics/libGLU]# make
[root at boxy /usr/ports/graphics/libGLU]# make install
===>  Installing for libGLU-6.5.3
===>   libGLU-6.5.3 depends on file: /usr/local/libdata/xorg/libraries - found
===>   libGLU-6.5.3 depends on shared library: GL.1 - found
===>   Generating temporary packing list
===>  Checking if graphics/libGLU already installed
install  -s -o root -g wheel -m 555 /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1 /usr/local/lib
install: /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1: No such file or directory
*** Error code 71

Stop in /usr/ports/graphics/libGLU.
[root at boxy /usr/ports/graphics/libGLU]# 



For me the problem is, that libGLU.so.1 ("GLU", not "GL") isn't in
/usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi after the
"make" so obviously it can't be installed.


> Something went
> wrong, I'm not sure what it is but installing graphics/libGL should
> solve your problem.

Do you mean /usr/ports/graphics/libGL? What has this one to do with
the missing "libGLU.so.1" which is a different port?

Thanks much in advance for any clue,
-ewald



More information about the freebsd-x11 mailing list