Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Question: Question: GLIBC_2.14 error with SatsumaSynteny !!

Jit
2935 days ago

Question: GLIBC_2.14 error with SatsumaSynteny !!

I run SatsumaSynteny on my server using following command:

[jit@hm satsuma-code-0]$ ./SatsumaSynteny -q Genome/renamedG.fa -t Genome/genome_v4.fasta -o Genome/OutFile -m 128 -ni 10 -n 256 -chain_only

But it kill the program with followng error: 

./SatsumaSynteny: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./SatsumaSynteny)

Can anyone please help to resolve this.

My server detail:

[jit@hm satsuma-code-0]$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 12
On-line CPU(s) list: 0-11
Thread(s) per core: 1
Core(s) per socket: 6
Socket(s): 2
NUMA node(s): 2
Vendor ID: AuthenticAMD
CPU family: 16
Model: 8
Stepping: 1
CPU MHz: 2600.186
BogoMIPS: 5200.03
Virtualization: AMD-V
L1d cache: 64K
L1i cache: 64K
L2 cache: 512K
L3 cache: 5118K
NUMA node0 CPU(s): 0,2-6
NUMA node1 CPU(s): 1,7-11

Answers
0

You should recompile this code using:

make clean && nice -n19 make