nVidia and Squeak and libGL
Kurt Wall
kwall
Tue Jan 2 04:43:09 PST 2007
On Tue, Jan 02, 2007 at 02:39:04AM -0500, Ric Moore wrote:
> Lonnie and anyone else up on this, I'm dinking with Croquet and Squeak,
> and it complains about not finding libGL. Well, I've checked the links
> ten ways to Sunday and everything appears normal to me. Has anyone
> solved the issue? The Croquet Project is steadily falling into the hands
> of Windows user/developers and what seems to work well on Windows now is
> not working for Linux users. I've Googled on this and the only working
> solution I have seen so far is to roll my own from a Squeak tarball,
> which is what I'm gonna do.
>
> If anyone familiar with this? Ric
Not familiar with it, but a couple of things to try:
$ LD_PRELOAD=/path/to/libGL croquet
$ LD_LIBRARY_PATH/path/to/dir/with/libGL croquet
The first specifically adds libGL to the dynamic linker's search dir before
starting croquet. The second adds the path to the directory containing libGL
to the environment before starting croquet.
Kurt
--
If you don't do the things that are not worth doing, who will?
More information about the Linux-users
mailing list