<div dir="ltr">There's a mysql test failure in config.log.  It looks like a couple of missing libraries.  

The config.log also shows errors because g++ isn't present, and dozens of errors because of failed includes.  I must need g++ packages on my Ubuntu instance.<div><br></div><div>But ./configure completes successfully in spite of dozens of failures.<div><br></div><div><div><br></div><div>configure:4890: checking for mysql_config<br>configure:4908: found /usr/bin/mysql_config<br>configure:4920: result: /usr/bin/mysql_config<br>configure:5021: gcc -o conftest -I/usr/include/mysql -g -O2   conftest.c -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -latomic -lssl -lcrypto -ldl  >&5<br>/usr/bin/ld: cannot find -lssl<br>/usr/bin/ld: cannot find -lcrypto<br>collect2: error: ld returned 1 exit status<br>configure:5021: $? = 1<br>configure: failed program was:<br>| /* confdefs.h */<br>| #define PACKAGE_NAME "slurm"<br>| #define PACKAGE_TARNAME "slurm"<br>| #define PACKAGE_VERSION "19.05"<br>| #define PACKAGE_STRING "slurm 19.05"<br>| #define PACKAGE_BUGREPORT ""<br>| #define PACKAGE_URL "<a href="https://slurm.schedmd.com">https://slurm.schedmd.com</a>"<br>| #define PROJECT "slurm"<br>| #define SLURM_API_VERSION 0x220000<br>| #define SLURM_API_CURRENT 34<br>| #define SLURM_API_MAJOR 34<br>| #define SLURM_API_AGE 0<br>| #define SLURM_API_REVISION 0<br>| #define VERSION "19.05.4"<br>| #define SLURM_VERSION_NUMBER 0x130504<br>| #define SLURM_MAJOR "19"<br>| #define SLURM_MINOR "05"<br>| #define SLURM_MICRO "4"<br>| #define RELEASE "1"<br>| #define SLURM_VERSION_STRING "19.05.4"<br>| /* end confdefs.h.  */<br>| #include <mysql.h><br>| int<br>| main ()<br>| {<br>| <br>|                                            MYSQL mysql;<br>|                                                 (void) mysql_init(&mysql);<br>|                                               (void) mysql_close(&mysql);<br>| <br>|   ;<br>|   return 0;<br>| }<br>configure:5041: WARNING: *** MySQL test program execution failed. A thread-safe MySQL library is required.<br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 11, 2019 at 6:33 PM Kurt H Maier <<a href="mailto:khm@sciops.net">khm@sciops.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Dec 11, 2019 at 04:04:44PM -0700, Dean Schulze wrote:<br>
> I tried again with a completely new system (virtual machine).  I used the<br>
> latest source, I used mysql instead of mariadb, and I installed all the<br>
> client and dev libs (below).  I still get the same error.  It doesn't<br>
> build the /usr/lib/slurm/accounting_storage_mysql.so file.<br>
> <br>
> Could the ./configure command be the problem?  Here's how I run it:<br>
<br>
It's going to be extremely difficult to diagnose this without the output<br>
from the build process.  Perhaps you could attach this to the bug report<br>
you opened about this issue.<br>
<br>
khm<br>
<br>
</blockquote></div>