| | Re: ldglite and Mesa
|
|
(...) Ahh, the so called "stable" executable from way back when. I thought I statically linked that one to the Mesa libs, but I guess not since it seems to be looking for libMesaGLU.so. Do you feel comfortable grabbing the source distribution and (...) (25 years ago, 16-May-00, to lugnet.cad.dev)
|
|
| | Re: ldglite and Mesa
|
|
(...) What's ldconfig?:) ??? You are way above me :) What I have is a executable: ldglite When I try to execute it it complains about a missing file: libMesaGLU.so.3 I also have Mesa-3.2 which installs without problems... I also have glut-3.6 which (...) (25 years ago, 17-May-00, to lugnet.cad.dev)
|
|
| | Re: ldglite and Mesa
|
|
Don: The problem with the missing library can be handled by grabbing these two RPM packages somewhere: Mesa-3.1-1.i386.rpm Mesa-glut-3.1-1.i386.rpm (and installing them) (...) I have tried to compile LDGLite myself without much success, so I would (...) (25 years ago, 17-May-00, to lugnet.cad.dev)
|
|
| | Re: ldglite and Mesa
|
|
(...) I think the problem can be easily solved by providing links to the specific missing libraries (taking into to account that they must exist, compile them) I believe that the actual path where to place the links is: /usr/local/lib (...) You can (...) (25 years ago, 17-May-00, to lugnet.cad.dev)
|
|
| | Re: ldglite and Mesa
|
|
(...) It's a program that creates a list of the dynamic libraries you have in your system. It begins with "ld" but has nothing to do with LDraw, run (as root) /sbin/ldconfig. (...) Run "/sbin/ldconfig -p | grep GL" and see what's listed in the (...) (25 years ago, 17-May-00, to lugnet.cad.dev)
|
|
| | Re: ldglite and Mesa
|
|
Well, my problems are over:) It turned out that I didn't need to install anything else than Mesa, and then compile ldglite from the latest source. It works!:) Regards/Mvh. John Jensen (25 years ago, 21-May-00, to lugnet.cad.dev)
|