bulk_extractor icon indicating copy to clipboard operation
bulk_extractor copied to clipboard

Clarify configure dependency error message

Open WaromiV opened this issue 3 years ago • 4 comments

Ubuntu 20.04.1 LTS (GNU/Linux 4.4.0-17134-Microsoft x86_64) when running ./configure i get "configure: error: CommonCrypto, SSL/OpenSSL, or gcrypt support required"

WaromiV avatar Apr 27 '22 16:04 WaromiV

That's not an error. You need to install SSL/OpenSSL or gcrypt. The program can't run if you do not install the requirements. It's not the program's job to install these requirements.

simsong avatar Apr 28 '22 00:04 simsong

Apparently, this error message is confusing. What would you prefer as an error message telling you that SSL/OpenSSL or gcrypt must be installed?

simsong avatar Apr 28 '22 00:04 simsong

i would like to see package names that i need to install

WaromiV avatar Apr 28 '22 08:04 WaromiV

Where else would you like to see them? They are already in multiple places, such as in the etc directory. They have different names in different systems. There are many packages that need to be installed.

simsong avatar Apr 28 '22 10:04 simsong