Ticket 2823

Summary: Unable to start slurmdbd due to glibc 2.14 requirements
Product: Slurm Reporter: paull
Component: slurmdbdAssignee: Tim Wickberg <tim>
Status: RESOLVED INFOGIVEN QA Contact:
Severity: 4 - Minor Issue    
Priority: ---    
Version: 14.11.11   
Hardware: Linux   
OS: Linux   
Site: DownUnder GeoSolutions Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: ---
Machine Name: CLE Version:
Version Fixed: Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---

Description paull 2016-06-14 02:01:02 MDT
We currently have glibc 2.12 installed but slurmdbd is requiring 2.14 for 14.11.12. Is there a way to compile it to use glibc 2.12?

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

glibc.i686             2.12-1.149.el6_6.9
glibc.x86_64           2.12-1.149.el6_6.9
glibc-common.x86_64    2.12-1.149.el6_6.9
glibc-devel.x86_64     2.12-1.149.el6_6.9
glibc-headers.x86_64   2.12-1.149.el6_6.9

Thanks,

Paul
Comment 1 Tim Wickberg 2016-06-14 02:05:49 MDT
You want to match the box you compile Slurm with to the target platform. It looks like wherever you built the RPMs has a newer glibc version than your servers, which is leading to this mismatch; Slurm picks up whatever is available for library versions at build time.
Comment 2 paull 2016-06-14 04:47:21 MDT
Well that makes a ton of sense. I was compiling on a Centos 7 system running glibc 2.17. I will compile on a different system with the required packages. Thanks Tim! We can close this now.