Subject:
|
Re: ldglite (ldlite for OpenGL and Linux) new stuff
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Wed, 26 Jan 2000 16:24:10 GMT
|
Viewed:
|
1268 times
|
| |
| |
In lugnet.cad.dev, Don Heyse writes:
> What do you get when you do this?
>
> cd /usr/X11R6/lib
> ls -la *GL*
> ls -la *gl*
$ cd /usr/X11R6/lib
$ ls -la *GL*
ls: *GL*: No such file or directory
$ ls -la *gl*
ls: *gl*: No such file or directory
Hmm, maybe that's the problem. I didn't think of making the symlinks from
there because it stopped complaining at me when I made them from /usr/lib.
$ cd /usr/lib
$ ls -la *GL*
lrwxrwxrwx ... 25 Jan 26 02:11 libGL.so.1 -> /usr/local/lib/libGL.so.1
lrwxrwxrwx ... 26 Jan 26 02:11 libGLU.so.1 -> /usr/local/lib/libGLU.so.1
$ ls -la *glut*
lrwxrwxrwx ... 27 Jan 26 02:10 libglut.so.3 -> /usr/local/lib/libglut.so.3
OK, I just su'd to root and mv'd the symlinks to /usr/X11R6/lib. Now I have:
$ cd /usr/X11R6/lib
$ ls -la *GL*
lrwxrwxrwx ... 25 Jan 26 02:11 libGL.so.1 -> /usr/local/lib/libGL.so.1
lrwxrwxrwx ... 26 Jan 26 02:11 libGLU.so.1 -> /usr/local/lib/libGLU.so.1
$ ls -la *gl*
lrwxrwxrwx ... 27 Jan 26 02:10 libglut.so.3 -> /usr/local/lib/libglut.so.3
But now when I run ldglite I get this error:
$ ./ldglite cyl.dat
./ldglite: error in loading shared libraries: libglut.so.3: cannot open shared
object file: No such file or directory
(Just like before I made the symlinks from /usr/lib...)
--Todd
|
|
Message has 1 Reply: | | Re: ldglite (ldlite for OpenGL and Linux) new stuff
|
| (...) Yuk! Your libs and mine are not setup anywhere near the same way. I have NOTHING in /usr/local/lib. All the X stuff is in /usr/X11R6/lib. The Mesalibs were already there when I installed off the Mandrake CD so I left them there, even though (...) (25 years ago, 26-Jan-00, to lugnet.cad.dev)
|
Message is in Reply To:
| | Re: ldglite (ldlite for OpenGL and Linux) new stuff
|
| Nutz! You've exhausted all my easy guesses. Now I'll actually have to think about this... Perhaps there's something funny about the Mesa installation. I just went with what installed automatically from the Mandrake CD. However I did have to make (...) (25 years ago, 26-Jan-00, to lugnet.cad.dev)
|
70 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|