pelorus
pelorus copied to clipboard
Warn user to install openssl
The test exporters/tests/certs/test_custom_certs.py::test_custom_requests_certs
needs openssl
installed in the system to work.
Add checks in the Makefile where its necessary to have openssl installed to run a command. Since it would need superuser privileges to install it (and check the Linux distro), it could not be a good idea to install it, just warn user of the missing package.
OS dependent. Possibly Fedora did not have openssl rpm installed.
Users have also noticed that gcc
and python3-devel
need to be installed in the system to run the project commands.