I'm trying to download the latest sra-toolkit from NCBI on a remote server running "Debian GNU/Linux 7 (wheezy)". I tried following the instructions in https://github.com/ncbi/sra-tools/wiki/02.-Installing-SRA-Toolkit, and I also tried following the instructions by Renesh Bedre in https://reneshbedre.github.io/blog/fqutil.html, unsuccessfully.
For example, after the installation I try running sudo prefetch SRR5790104 and I get the following: prefetch: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by prefetch) .
In comparison, after downloading the same file and following the same instructions on another server we are working on, running "Ubuntu 18.04.3 LTS" , everything worked just fine.
Has anyone dealt with this issue before and knows how to fix it?
Save yourself the trouble and download fastq files directly from EBI-ENA for the accession you posted above.
EBI-ENA looks great and will be very useful.
However, my entire lab is using the "older" server running Debian 7 as well as a newer server, so it would be great if we could use the
sra-toolkit
anyway, on both of them.Is it that much trouble to make it work, given the relevant data shown earlier (output of
ldd --version
and the older OS)?You must have a really old version o Debian (> 6-7 yr old). You could try:
or
Current GLIBC is now in version 2.31.
Which version of GLIBC are you using in Debian 7? Use
ldd --version
thank you for your help.
when running
ldd --version
in the server running Debian 7, the output was:ldd (Debian EGLIBC 2.13-38+deb7u12) 2.13
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
However, I also ran the command
sudo apt-get install libc6
in an attempt to fix this error, and the output was:Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.