Ask a Question related to Debian, Design and Development.
-
Siward #1
Re: libglide3 / libGL errors
Hi Peter Jay,
you wrote :
I've been playing with GLUT and OpenGL.
I get the following run-time error message:
libGL error: can't find Glide library, dlopen(libglide3-v5.so) and
dlopen(libglide3.so) both failed.
libGL error: dlerror() message: /usr/lib/libglide3.so: undefined symbol:
_trisetup_Default_win_nocull_valid
these are two different issues, and both are perplexing.
obviously different issues:
if it cant find the library, then it cant find an undefined symbol in it.
if these are run-time errors, then you at least got your program to compile.
when compiling, you specified to use libglide,
so you need to have that on your system,
in the place where librarys are looked for (check with locate for example).
and it needs to be readable to program (check permissions)
i guess it wasnt there at all,
and then you found a libglide somewhere and put it library directory.
but then you got second error : undefined symbol
this means that libglide that was found is not
version of libglide that code of your program needs.
this is my best guess, but you give very little info to go on.
hope this helps,
Siward
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Siward Guest
-
CF4.5 Errors in logs and Unix 111 errors!
:confused; Hi All, I have been getting a lot of Unix 111 errors and there are various errors in my coldfusion logs. I can't find any resources... -
Help with all these errors
Lately I can't get my Coldfusion pages to work on my local machine. I must hae changed a setting somehow. Anyone know what this means: Errors... -
supress errors at the page level? Undefined index errors.
I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in... -
Pop-up window errors:"translators not loaded due to errors"
I keep getting pop-up windows when using DWMX....any suggestions as to how to fix this type of error? The pop-up says: at line 16... -
[OT] (possibly): libglide3 / libGL errors
Dear all, Not sure if this is a problem with Debian packages or my own programming blunders. Please excuse my off-topic post in case this turns...



Reply With Quote

