Sponsored Content
Full Discussion: Problems opening GLUT
Top Forums UNIX for Advanced & Expert Users Problems opening GLUT Post 302323333 by Jahn on Saturday 6th of June 2009 08:10:06 PM
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
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
PLDD(1) 							 Linux User Manual							   PLDD(1)

NAME
pldd - display dynamic shared objects linked into a process SYNOPSIS
pldd pid pldd option DESCRIPTION
The pldd command displays a list of the dynamic shared objects that are linked into the process with the specified process ID. The list includes the libraries that have been dynamically loaded using dlopen(3). OPTIONS
-?, --help Display program help message. --usage Display a short usage message. -V, --version Display the program version. EXIT STATUS
On success, pldd exits with the status 0. If the specified process does not exist, the user does not have permission to access its dynamic shared object list, or no command-line arguments are supplied, pldd exists with a status of 1. If given an invalid option, it exits with the status 64. VERSIONS
pldd is available since glibc 2.15. CONFORMING TO
The pldd command is not specified by POSIX.1. Some other systems have a similar command. NOTES
The command lsof -p PID also shows output that includes the dynamic shared objects that are linked into a process. The gdb(1) info shared command also shows the shared libraries being used by a process, so that one can obtain similar output to pldd using a command such as the following (to monitor the process with the specified pid): $ gdb -ex "set confirm off" -ex "set height 0" -ex "info shared" -ex "quit" -p $pid | grep '^0x.*0x' BUGS
Since glibc 2.19, pldd is broken: it just hangs when executed. It is unclear if it will ever be fixed. EXAMPLE
$ echo $$ # Display PID of shell 1143 $ pldd $$ # Display DSOs linked into the shell 1143: /usr/bin/bash linux-vdso.so.1 /lib64/libtinfo.so.5 /lib64/libdl.so.2 /lib64/libc.so.6 /lib64/ld-linux-x86-64.so.2 /lib64/libnss_files.so.2 SEE ALSO
ldd(1), lsof(1), dlopen(3), ld.so(8) COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. GNU
2017-09-15 PLDD(1)
All times are GMT -4. The time now is 11:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy