Vibe.d Error

Boris Carvajal boris2.9 at gmail.com
Fri Oct 18 09:01:15 UTC 2019


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"


More information about the Digitalmars-d-learn mailing list