On Feb 25, 12:30 pm, Amir <
amirn...@gmail.com> wrote:
> Got the following error:
Hi Amir,
<SNIP>
> export MAKE="make -j1",
>
> with the same error. Machine is a node of a heterogeneous cluster of
> 'Rocks' linux opteron and xeon machines.
Ok, any chance you do not have any OpenSSL installed by the system?
Python relies on that for the md5 module to work.
> I am trying to build sage from scratch as I get the following error
> when starting sage using the ubuntu opteron build:
>
> sage.bin: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found
> (required by sage.bin)
> python: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required
> by python)
> sage.bin: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found
> (required by sage.bin)
>
> Given my little experience with building sage, I may have better luck
> solving the second issue than the build from source issue. I think the
> machine has glibc-2.3.4.
Well, glibc 2.3.4 is not compiled with the same config options
everywhere, so in the end if you do not find a matching binary
compiling from sources is highly recommended. You tried that as you
mentioned about, so if it isn't an OpenSSL issue please compress
install.log and post a link here so I can take a look.
> Thanks,
> Amir.
Cheers,
Michael