AFNI 3dSkullStrip libGLU.so.1: cannot open shared object file

Not sure if my previous post was successful.
We are running afni on a Rocks 5.5 Cluster with Centos 5.8
When running 3dSkullStrip we get the error

3dSkullStrip: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory

We do have mesa-libGLU library installed:
Package matching mesa-libGLU-6.5.1-7.10.el5.x86_64 already installed. Checking for update.
Package matching mesa-libGLU-6.5.1-7.10.el5.i386 already installed. Checking for update.
Nothing to do

[root@imagingcluster abin]# cd /usr/lib64
[root@imagingcluster lib64]# ls -lt GL
lrwxrwxrwx 1 root root 11 Feb 24 08:21 libGLU.so → libGLU.so.1
lrwxrwxrwx 1 root root 20 Feb 24 08:21 libGLU.so.1 → libGLU.so.1.3.060501
lrwxrwxrwx 1 root root 10 Feb 18 16:23 libGL.so → libGL.so.1
lrwxrwxrwx 1 root root 12 Feb 18 16:21 libGL.so.1 → libGL.so.1.2
-rwxr-xr-x 1 root root 527232 Jun 3 2013 libGLU.so.1.3.060501
-rwxr-xr-x 1 root root 492720 Feb 22 2012 libGL.so.1.2
[root@imagingcluster lib64]#

Do you have any suggestions on how we might solve this error?

Sincerely,
Tom

Can you report back with the output from the following

afni -ver
which afni
which 3dSkullStrip
echo $LD_LIBRARY_PATH
ldd which 3dSkullStrip

Hi Tom,

Does that mean that there is no /lib64 link to /usr/lib64? That
seems to be common on RedHat systems. What is the output
from:

ls -ld /lib*

If you don’t have one, I expect the admins might not want
to make it though. So afni works, just running ‘afni’, or are
there other issues?

ldd `which afni`
  • rick