Hi,
I am trying to run some shared segment analysis on phased genotype data using GERMLINE 1.5.3. However I get the following error when I execute my bash script:
/lib64/libc.so.6: version
GLIBC_2.14' not found (required by germline-1-5-3/bin/germline)
/usr/lib64/libstdc++.so.6: version
GLIBCXX_3.4.15' not found (required by germline-1-5-3/bin/germline)
/usr/lib64/libstdc++.so.6: version
CXXABI_1.3.8' not found (required by germline-1-5-3/bin/germline)
/usr/lib64/libstdc++.so.6: version
GLIBCXX_3.4.21' not found (required by germline-1-5-3/bin/germline)
/usr/lib64/libstdc++.so.6: version
CXXABI_1.3.9' not found (required by germline-1-5-3/bin/germline)
How do I find and install these?
Thanks
Please give your system's details and OS version. Did you already try to search for the error message in a search engine?
Hi Kevin,,
I looked up how to find the OS version and my output says Red Hat Enterprise Linux release 6.10 (Santiago). I had also tried out a suggested solution from Ask Ubuntu. I ran: sudo install libc6 and got:
install: cannot stat `libc6': No such file or directory
What about trying to install via
yum
?I have browsed the entry on yum and looks like it may achieve what need. But given what is posted below by Devon, maybe I should just send in a request to the system admin. I have limited unix experience, however I try to see if I can solve any problem I encounter or try get advice on how to solve the problem before asking our systems admin for help.
Upgrading libc is a good way to completely hose your system, definitely leave this for the sysadmin.
Thanks for the helpful suggestions