pelorus icon indicating copy to clipboard operation
pelorus copied to clipboard

Warn user to install openssl

Open mateusoliveira43 opened this issue 2 years ago • 2 comments

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.

mateusoliveira43 avatar Dec 20 '22 13:12 mateusoliveira43

OS dependent. Possibly Fedora did not have openssl rpm installed.

mpryc avatar Feb 01 '23 20:02 mpryc

Users have also noticed that gcc and python3-devel need to be installed in the system to run the project commands.

mateusoliveira43 avatar May 31 '23 17:05 mateusoliveira43