Ticket 2823 - Unable to start slurmdbd due to glibc 2.14 requirements
Summary: Unable to start slurmdbd due to glibc 2.14 requirements
Status: RESOLVED INFOGIVEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: slurmdbd (show other tickets)
Version: 14.11.11
Hardware: Linux Linux
: 4 - Minor Issue
Assignee: Tim Wickberg
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2016-06-14 02:01 MDT by paull
Modified: 2016-06-14 04:47 MDT (History)
0 users

See Also:
Site: DownUnder GeoSolutions
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
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.