I have successfully built and configured openpbs 20.0.1 server, execution and client all within Ubuntu 18 environments. However, we also utilize 32-bit Ubuntu 12.04 and 32-bit Ubuntu 14.04.6 Docker containers that we would like to call openpbs from within the container. Is there a way to get openpbs built in 32-bit mode? I have tried building it and Python is throwing errors complaining about expat when I run the configure script.
The output and error is below:
checking for python3 platform… linux
checking for python3 script directory… {prefix}/lib/python3.6/site-packages
checking for python3 extension module directory... {exec_prefix}/lib/python3.6/site-packages
checking for expat… configure: error: expat shared object library not found.