Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2007 19:27:28 +0200
From:      Ewald Jenisch <a@jenisch.at>
To:        Florent Thoumie <flz@freebsd.org>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Upgrade Xorg 6.9->7.2 dies in libGLU
Message-ID:  <20070625172728.GA7679@aurora.oekb.co.at>
In-Reply-To: <467FBF49.6010809@FreeBSD.org>
References:  <20070625102514.GA5657@aurora.oekb.co.at> <467FBF49.6010809@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@boxy ~]# find /usr/X11R6/lib -name 'libGL.so*'  
/usr/X11R6/lib/libGL.so.1
/usr/X11R6/lib/libGL.so
[root@boxy ~]# 

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

[root@boxy /usr/ports/graphics/libGLU]# make
[root@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@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070625172728.GA7679>