I am using a Kali VM on VirtualBox for homeworks. I needed to install LibreSSL 2.1.6, since I needed some funtions such as list-cipher-algorithms that the "usual" OpenSSL does not seem to have. So I did and now I get this little beauty:
Error configuring OpenSSL
5407319583009994861:error:2507006C:DSO support routines:DSO_load:functionality not supported:dso/dso_lib.c:224:
5407319583009994861:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf/conf_mod.c:274:module=ssl_conf, path=ssl_conf
5407319583009994861:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf/conf_mod.c:214:module=ssl_conf
failed to load configuration
The noob I am therefore already tried to:
uninstall reinstall openssl
install (and uninstalled now) libssl-dev
delete the lib-2.1.6 file and cross fingers.
Nothing so far, still the same error. I guess I will have to dive into that conf file that I cannot find because the error is not as nice as to say where it is, but if any of you have had a similar issue, any help would be greatly appreciated!
I have search the web for an answer but wasn't able to find any, so here I am to bring my I believe non resolved issue to the table, hope anyone can help!