DMD, Vibe.d, and Dub

Russel Winder russel at winder.org.uk
Wed Jul 18 15:21:29 UTC 2018


On Wed, 2018-07-18 at 14:20 +0000, Seb via Digitalmars-d wrote:
> On Wednesday, 18 July 2018 at 12:56:05 UTC, Russel Winder wrote:
> > [...]
> 
> You have openssl 1.1 installed, but vibe.d tries to link with 
> openssl 1.0 by default.
> 
> See 
> https://github.com/vibe-d/vibe.d#switching-between-openssl-versions
> 
> tl;dr: use
> 
> dub --override-config vibe-d:tls/openssl-1.1

I went for the:

dependency "vibe-d:tls" version="*"
subConfiguration "vibe-d:tls" "openssl-1.1"

in the dub.sdl file. I now have a build.

I believe 1.1 should be the default if available, falling back to 1.0,
0.9,…

-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20180718/623c41c8/attachment-0001.sig>


More information about the Digitalmars-d mailing list