[daip] ATLOD

Eric Greisen egreisen at nrao.edu
Sat Jul 25 17:47:50 EDT 2009


Chris.Phillips at csiro.au wrote:
> Hi Eric,
> 
> I realized I could install AIPS on one of the clusters we run DIFX rather than on the workstations in Sydney (no worry about being careful not to break anything).
> 
> this is a 64bit Debian Etch distribution and I am using the binary install. The install goes OK expect when I try to run it I get:
> 
> CAVE00:~> aips tpok notv
> <snip>
> AIPS1: /lib/libc.so.6: version `GLIBC_2.4' not found (required by AIPS1)
> 
> 
> I think this means yoju are using  newer version of libc? (Maybe older...)
> 
> Any suggestions?
> 
> Chers
> Chris

You did not say whether you installed 32-bit LINUX or 64-bit LNX64 
version.  The ldd for the 32 and 64. resp follow

ldd AIPS.EXE
   linux-gate.so.1 =>  (0xffffe000)
   libncurses.so.5 => /usr/lib/libncurses.so.5 (0x00101000)
   libsvml.so => 
/home/AIPS/31DEC09/LINUX/LIBR/INTELCMP/libsvml.so(0xf7e5a000)
   libimf.so => /home/AIPS/31DEC09/LINUX/LIBR/INTELCMP/libimf.so 
(0xf7c7e000)
   libm.so.6 => /lib/libm.so.6 (0x00ce7000)
   libc.so.6 => /lib/libc.so.6 (0x00b82000)
   libdl.so.2 => /lib/libdl.so.2 (0x00cc8000)
   /lib/ld-linux.so.2 (0x00b60000)

primate<290>$ ldd AIPS.EXE
         libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x00000037d6e00000)
         libsvml.so => /home/AIPS/31DEC09/LNX64/LIBR/INTELCMP/libsvml.so 
(0x00002b7547efe000)
         libm.so.6 => /lib64/libm.so.6 (0x00000037c5000000)
         libc.so.6 => /lib64/libc.so.6 (0x00000037c4800000)
         libdl.so.2 => /lib64/libdl.so.2 (0x00000037c4c00000)
         /lib64/ld-linux-x86-64.so.2 (0x00000037c3800000)
primate<291>$

The 32bit version shows locally
     libc.so.6 -> libc-2.3.4.so
The 64-bit version seems to use locally
     libc.so.6 -> libc-2.5.so*

We do not ship the libc files - it has not been required by anyone as 
yet.  AIPS binaries are running on 100's (perhaps 1000's) of machines so 
I cannot imagine that the exact version of libc matters.

Eric




More information about the Daip mailing list