Summary: | rpmbuild error: File not found accounting_storage_mysql.so | ||
---|---|---|---|
Product: | Slurm | Reporter: | Ole.H.Nielsen <Ole.H.Nielsen> |
Component: | Build System and Packaging | Assignee: | Nate Rini <nate> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | 3 - Medium Impact | ||
Priority: | --- | CC: | nate |
Version: | 20.02.1 | ||
Hardware: | Linux | ||
OS: | Linux | ||
See Also: | https://bugs.schedmd.com/show_bug.cgi?id=6488 | ||
Site: | DTU Physics | Alineos Sites: | --- |
Bull/Atos Sites: | --- | Confidential Site: | --- |
Cray Sites: | --- | HPCnow Sites: | --- |
HPE Sites: | --- | IBM Sites: | --- |
NOAA SIte: | --- | OCF Sites: | --- |
SFW Sites: | --- | SNIC sites: | --- |
Linux Distro: | --- | Machine Name: | |
CLE Version: | Version Fixed: | ||
Target Release: | --- | DevPrio: | --- |
Attachments: | config.log (gzipped) |
Description
Ole.H.Nielsen@fysik.dtu.dk
2020-04-17 04:29:05 MDT
Ole, Can you please provide the config.log from the rpm build? Thanks, --Nate Created attachment 13871 [details]
config.log (gzipped)
Hi Nate, (In reply to Nate Rini from comment #2) > Can you please provide the config.log from the rpm build? Yes, it's done now. Thanks for your support. Ole Ole, This is the same issue as bug#6488. We had previously tried to force the change you suggest which caused other issues. I'm going to close this ticket and we can pursue the issue in bug#6488. Thanks, --Nate *** This bug has been marked as a duplicate of bug 6488 *** (In reply to Nate Rini from comment #6) > Ole, > > This is the same issue as bug#6488. We had previously tried to force the > change you suggest which caused other issues. I'm going to close this ticket > and we can pursue the issue in bug#6488. Thanks Nate, this sounds like to right approach. FWIW I have updated my Slurm RPM build instructions in https://wiki.fysik.dtu.dk/niflheim/Slurm_installation#build-slurm-packages to explicitly require mysql: # rpmbuild -ta slurm-$VER.tar.bz2 --with mysql This is going to catch the case where mysql is not installed. |