On Friday, 18 October 2019 at 08:06:30 UTC, Vino wrote:
I tried install vibe.d in SUSE linux 12 SP2 and facing the below error, tried the options as per the link https://github.com/vibe-d/vibe.d/issues/1748, still no luck and the lib's are installed in the server


Read the last section of the readme https://github.com/vibe-d/vibe.d/blob/master/README.md#switching-between-openssl-versions

SUSE 12 use openssl 1.0.x version but Vibe.d is trying to link to 1.1, try putting in your dub file:

subConfiguration "vibe-d:tls" "openssl-1.0"

Reply via email to