FAHViewer 7.6.9/7.6.13 missing GLIBC_2.25 on Ubuntu 16.04

Moderators: Site Moderators, FAHC Science Team

Post Reply
alextoind
Posts: 3
Joined: Wed May 06, 2020 5:42 pm

FAHViewer 7.6.9/7.6.13 missing GLIBC_2.25 on Ubuntu 16.04

Post by alextoind »

Hello there,

As reported in https://github.com/FoldingAtHome/fah-issues/issues/1454 when I launch FAHViewer from a terminal it prompts out:

Code: Select all

FAHViewer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by FAHViewer)
What should I check to solve this issue?

I'm on Ubuntu 16.04 which apparently is shipped GLIBC_2.23: https://launchpad.net/ubuntu/xenial/+source/glibc
And this happens either with 7.6.9 or 7.6.13.
foldy
Posts: 2040
Joined: Sat Dec 01, 2012 3:43 pm
Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441

Re: FAHViewer 7.6.9/7.6.13 missing GLIBC_2.25 on Ubuntu 16.0

Post by foldy »

Looks like this is some error with python 3?
https://stackoverflow.com/questions/591 ... -6-version
alextoind
Posts: 3
Joined: Wed May 06, 2020 5:42 pm

Re: FAHViewer 7.6.9/7.6.13 missing GLIBC_2.25 on Ubuntu 16.0

Post by alextoind »

It might be, but Ubuntu 16.04 is shipped with python 3.5 (https://packages.ubuntu.com/xenial/python3)
foldy
Posts: 2040
Joined: Sat Dec 01, 2012 3:43 pm
Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441

Re: FAHViewer 7.6.9/7.6.13 missing GLIBC_2.25 on Ubuntu 16.0

Post by foldy »

As far as I know FahViewer must run with python 2
Joe_H
Site Admin
Posts: 7951
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: FAHViewer 7.6.9/7.6.13 missing GLIBC_2.25 on Ubuntu 16.0

Post by Joe_H »

alextoind wrote:It might be, but Ubuntu 16.04 is shipped with python 3.5 (https://packages.ubuntu.com/xenial/python3)
Originally 16.04 shipped with Python 2.7 and Python 3 both.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
alextoind
Posts: 3
Joined: Wed May 06, 2020 5:42 pm

Re: FAHViewer 7.6.9/7.6.13 missing GLIBC_2.25 on Ubuntu 16.0

Post by alextoind »

Joe_H wrote:
alextoind wrote:It might be, but Ubuntu 16.04 is shipped with python 3.5 (https://packages.ubuntu.com/xenial/python3)
Originally 16.04 shipped with Python 2.7 and Python 3 both.
Apologize for the late reply.

Yes, of course there's also Python 2.7 in Ubuntu 16.04, but the problem here is the required GLIBC version.
I don't know if this problem is similar to the one reported on SO, but there is no way to get GLIBC 2.25 on Ubuntu 16.04 without hacks.
Post Reply