Problems opening GLUT


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Problems opening GLUT
# 1  
Old 06-06-2009
Problems opening GLUT

Hi there,

I realize this may not be directly related to Unix, but I have recently been using an fMRI analysis program called FreeSurfer which is primarily run in the tclsh shell. However, I have been unable to open up the GUI, and I get the following error message when I attempt to do so:

GLUT: Fatal Error in tkmedit.bin: OpenGL GLX extension not supported by
display: 1.0

The output of 'cat /etc/redhat-release' is
Red Hat Enterprise Linux WS release r (Nahant Update 7)

and here is the output from the command ldd `which tkmedit.bin`:

libtix8.1.8.4.so => not found
libtk8.4.so => /usr/lib64/libtk8.4.so (0x0000003d43d00000)
libtcl8.4.so => /usr/lib64/libtcl8.4.so (0x0000003d43b00000)
libGLU.so.1 => /usr/X11R6/lib64/libGLU.so.1 (0x0000003d48300000)
libGL.so.1 => /usr/lib64/libGL.so.1 (0x0000003d48500000)
libXext.so.6 => /usr/X11R6/lib64/libXext.so.6 (0x0000003d44f00000)
libX11.so.6 => /usr/X11R6/lib64/libX11.so.6 (0x0000003d44d00000)
libXmu.so.6 => /usr/X11R6/lib64/libXmu.so.6 (0x0000003d47900000)
libjpeg.so.62 => /usr/lib64/libjpeg.so.62 (0x0000003d47100000)
libtiff.so.3 => /usr/lib64/libtiff.so.3 (0x0000003d4c000000)
libz.so.1 => /usr/lib64/libz.so.1 (0x0000003d45100000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000003d48a00000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003d44b00000)
libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000003d45300000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003d47500000)
libm.so.6 => /lib64/tls/libm.so.6 (0x0000003d44900000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003d47300000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000003d44600000)
libGLcore.so.1 => /usr/lib64/libGLcore.so.1 (0x0000002a95586000)
libnvidia-tls.so.1 => /usr/lib64/tls/libnvidia-tls.so.1
(0x0000003d44400000)
libXt.so.6 => /usr/X11R6/lib64/libXt.so.6 (0x0000003d4a100000)
libSM.so.6 => /usr/X11R6/lib64/libSM.so.6 (0x0000003d45700000)
libICE.so.6 => /usr/X11R6/lib64/libICE.so.6 (0x0000003d45500000)
/lib64/ld-linux-x86-64.so.2 (0x0000003d43900000)

Any help would be greatly appreciated. Thank you!

-Andrew
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problems with file opening

Hi All, I have a file test.dat. When I view this file using code1 , that time no problem. But when I open this file using code2, that time some lines are missing. I don't know why is the problem occurred. I already convert dos2unix fromat. But problem is not solving. Please help me about the... (3 Replies)
Discussion started by: mnmonu
3 Replies

2. UNIX for Dummies Questions & Answers

Error: GL/glut.h: No such file or directory

hi, I get this error when I compile my source on mac Leopard. is because I need to configure openGL path ? Monitor.h:15:60: error: GL/glut.h: No such file or directory Monitor.h:16:60: error: GL/gl.h: No such file or directory Monitor.C: In function 'void display2()': Monitor.C:77:... (0 Replies)
Discussion started by: aneuryzma
0 Replies

3. Solaris

Please help with opening a port??

Hello all, I need assistance... I need to open a port # 36677 and have it remain open even after a power cycle. I thought all I needed to do was add it to /etc/services. That was not it... Can someone please tell me how to do this. Thank you. (6 Replies)
Discussion started by: komputersman
6 Replies

4. AIX

Opening ports

Hi guys, I need to open ports on my AIX machine. The only way I know is to use service name to disable or enable ports which are used by the services. I found in /etc/services that the ports are unidentified. Btw, I want to open port number 11576 and 11577. Need help on this one. Thanks! :) (1 Reply)
Discussion started by: raskita
1 Replies

5. UNIX for Advanced & Expert Users

Opening CDE

I have installed JASS on one of my sun servers. I am now trying to open for CDE. For that I have done these steps: mv /etc/rc2.d/_S71rpc.JASS.* /etc/rc2.d/S71rpc mv /etc/rc2.d/_S99dtlogin.JASS* /etc/rc2.d/S99dtlogin but still no CDE. Any advice on this?? (3 Replies)
Discussion started by: encrypted
3 Replies

6. UNIX for Dummies Questions & Answers

opening a file

im trying to open a file in my bin directory and the farthest i can get is into the folder but not the actual file itself i use text edit as the editor. when i try to open the file it says it doesn't exist here is what i type cd bin open cmnds (dir. which it is under) open test no such... (4 Replies)
Discussion started by: hiei
4 Replies

7. Cybersecurity

opening ports

I need to open a port in linux to allow a connect() from another box to succeed. I have the linux box listening on port 3000 on INADDR_ANY, and a Windows box does a connect to the IP of the linux box on that same port. The Linux box refuses the connection. I think it's because all the ports are... (9 Replies)
Discussion started by: dryheat
9 Replies

8. UNIX for Dummies Questions & Answers

opening port

i need to open port 1470. how do i do this. whats the command. This is on a solaris box. Thanks (1 Reply)
Discussion started by: ollyparkhouse
1 Replies

9. UNIX for Dummies Questions & Answers

OPening A Port

My mail went down and the company told me to open port 110 on my server. How do I do this? (2 Replies)
Discussion started by: djatwork
2 Replies
Login or Register to Ask a Question